Searched defs:pm (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tool/
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);

Completed in 13 milliseconds