Searched refs:pm (Results 1 - 6 of 6) sorted by relevance
/inkscape/share/extensions/ |
H A D | voronoi.py | 204 # create a new Halfedge, setting its pm field to 0 and insert 217 # create a new Halfedge, setting its pm field to 1 258 if lbnd.edge.setEndpoint(lbnd.pm,v): 261 if rbnd.edge.setEndpoint(rbnd.pm,v): 273 # to the right of it, then swap them and set 'pm' to RIGHT 274 pm = Edge.LE 277 pm = Edge.RE 285 bisector = Halfedge(edge, pm) 292 if edge.setEndpoint(Edge.RE - pm, v): 410 def __init__(self,edge=None,pm [all...] |
/inkscape/src/ui/tool/ |
H A D | curve-drag-point.h | 34 CurveDragPoint(PathManipulator &pm);
|
H A D | curve-drag-point.cpp | 28 CurveDragPoint::CurveDragPoint(PathManipulator &pm) : argument 29 ControlPoint(pm._multi_path_manipulator._path_data.node_data.desktop, Geom::Point(), SP_ANCHOR_CENTER, 31 invisible_cset, pm._multi_path_manipulator._path_data.dragpoint_group), 32 _pm(pm)
|
H A D | node.h | 477 SubpathList(PathManipulator &pm) : _path_manipulator(pm) {} argument 478 PathManipulator &pm() { return _path_manipulator; } function in class:Inkscape::UI::SubpathList 507 return nodeList().subpathList().pm(); 511 return nodeList().subpathList().pm();
|
H A D | multi-path-manipulator.cpp | 579 PathManipulator &pm = n->nodeList().subpathList().pm(); local 598 pm.rotateHandle(n, which, 1, one_pixel); 602 pm.rotateHandle(n, which, -1, one_pixel); 607 pm.scaleHandle(n, which, 1, one_pixel); 611 pm.scaleHandle(n, which, -1, one_pixel);
|
/inkscape/src/extension/implementation/ |
H A D | script.cpp | 715 std::string id = node->nodeList().subpathList().pm().item()->getId();
|
Completed in 33 milliseconds