Lines Matching defs:cmd
148 unsigned cmd = v.vertex(i, &x, &y); variable
164 unsigned cmd) in add_vertex()
187 unsigned cmd) in modify_vertex()
200 unsigned cmd) in modify_command()
218 int8u cmd = m_cmd_blocks[b1][o1]; in swap_vertices() local
724 unsigned cmd; variable
739 unsigned cmd; variable
987 unsigned cmd = m_vertices.prev_vertex(&x_ctrl, &y_ctrl); in curve3() local
1046 unsigned cmd = prev_vertex(&x_ctrl1, &y_ctrl1); in curve4() local
1146 void path_base<VC>::modify_vertex(unsigned idx, double x, double y, unsigned cmd) in modify_vertex()
1153 void path_base<VC>::modify_command(unsigned idx, unsigned cmd) in modify_command()
1268 unsigned cmd; in arrange_polygon_orientation() local
1324 unsigned cmd = m_vertices.vertex(i, &x, &y); in flip_x() local
1341 unsigned cmd = m_vertices.vertex(i, &x, &y); in flip_y() local
1363 void add_vertex(double x, double y, unsigned cmd) in add_vertex()
1377 void modify_vertex(unsigned idx, double x, double y, unsigned cmd) in modify_vertex()
1385 void modify_command(unsigned idx, unsigned cmd) in modify_command()