Searched refs:pm (Results 1 - 6 of 6) sorted by relevance

/inkscape/share/extensions/
H A Dvoronoi.py204 # 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 Dcurve-drag-point.h34 CurveDragPoint(PathManipulator &pm);
H A Dcurve-drag-point.cpp28 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 Dnode.h477 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 Dmulti-path-manipulator.cpp579 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 Dscript.cpp715 std::string id = node->nodeList().subpathList().pm().item()->getId();

Completed in 33 milliseconds