Searched refs:freeSnapReturnByRef (Results 1 - 18 of 18) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | spiral-tool.cpp | 163 m.freeSnapReturnByRef(this->center, Inkscape::SNAPSOURCE_NODE_HANDLE); 194 m.freeSnapReturnByRef(motion_dt, Inkscape::SNAPSOURCE_NODE_HANDLE); 365 m.freeSnapReturnByRef(pt2g, Inkscape::SNAPSOURCE_NODE_HANDLE);
|
H A D | box3d-tool.cpp | 216 m.freeSnapReturnByRef(button_dt, Inkscape::SNAPSOURCE_NODE_HANDLE); 265 m.freeSnapReturnByRef(motion_dt, Inkscape::SNAPSOURCE_NODE_HANDLE); 298 m.freeSnapReturnByRef(this->drag_ptC, Inkscape::SNAPSOURCE_NODE_HANDLE);
|
H A D | star-tool.cpp | 178 m.freeSnapReturnByRef(this->center, Inkscape::SNAPSOURCE_NODE_HANDLE); 383 m.freeSnapReturnByRef(pt2g, Inkscape::SNAPSOURCE_NODE_HANDLE);
|
H A D | connector-tool.cpp | 502 m.freeSnapReturnByRef(p, Inkscape::SNAPSOURCE_OTHER_HANDLE); 516 m.freeSnapReturnByRef(p, Inkscape::SNAPSOURCE_OTHER_HANDLE); 594 m.freeSnapReturnByRef(p, Inkscape::SNAPSOURCE_OTHER_HANDLE); 608 m.freeSnapReturnByRef(p, Inkscape::SNAPSOURCE_OTHER_HANDLE); 665 m.freeSnapReturnByRef(p, Inkscape::SNAPSOURCE_OTHER_HANDLE); 688 m.freeSnapReturnByRef(p, Inkscape::SNAPSOURCE_OTHER_HANDLE);
|
H A D | pencil-tool.cpp | 186 m.freeSnapReturnByRef(p, Inkscape::SNAPSOURCE_NODE_HANDLE); 205 m.freeSnapReturnByRef(p, Inkscape::SNAPSOURCE_NODE_HANDLE); 208 m.freeSnapReturnByRef(p, Inkscape::SNAPSOURCE_NODE_HANDLE);
|
H A D | arc-tool.cpp | 161 m.freeSnapReturnByRef(this->center, Inkscape::SNAPSOURCE_NODE_HANDLE);
|
H A D | rect-tool.cpp | 192 m.freeSnapReturnByRef(button_dt, Inkscape::SNAPSOURCE_NODE_HANDLE);
|
H A D | text-tool.cpp | 533 m.freeSnapReturnByRef(button_dt, Inkscape::SNAPSOURCE_NODE_HANDLE); 575 m.freeSnapReturnByRef(p, Inkscape::SNAPSOURCE_NODE_HANDLE); 609 m.freeSnapReturnByRef(p1, Inkscape::SNAPSOURCE_NODE_HANDLE);
|
H A D | gradient-tool.cpp | 540 m.freeSnapReturnByRef(button_dt, Inkscape::SNAPSOURCE_NODE_HANDLE);
|
H A D | mesh-tool.cpp | 527 m.freeSnapReturnByRef(button_dt, Inkscape::SNAPSOURCE_NODE_HANDLE);
|
H A D | measure-tool.cpp | 580 snap_manager.freeSnapReturnByRef(start_p, Inkscape::SNAPSOURCE_OTHER_HANDLE);
|
H A D | pen-tool.cpp | 442 m.freeSnapReturnByRef(p, Inkscape::SNAPSOURCE_NODE_HANDLE);
|
/inkscape/src/ |
H A D | snap.h | 157 // freeSnapReturnByRef() is preferred over freeSnap(), because it only returns a 165 * snap target. freeSnapReturnByRef() is equal in snapping behavior to 184 void freeSnapReturnByRef(Geom::Point &p, 194 * freeSnapReturnByRef(). Please read the comments of the latter for more details
|
H A D | knot-holder-entity.cpp | 108 m.freeSnapReturnByRef(s, Inkscape::SNAPSOURCE_NODE_HANDLE);
|
H A D | snap.cpp | 115 void SnapManager::freeSnapReturnByRef(Geom::Point &p, function in class:SnapManager
|
H A D | seltrans.cpp | 1304 m.freeSnapReturnByRef(pt, Inkscape::SNAPSOURCE_ROTATION_CENTER);
|
/inkscape/src/ui/tool/ |
H A D | transform-handle-set.cpp | 660 sm.freeSnapReturnByRef(new_pos, SNAPSOURCE_ROTATION_CENTER);
|
H A D | node.cpp | 409 sm.freeSnapReturnByRef(new_pos, SNAPSOURCE_NODE_HANDLE);
|
Completed in 588 milliseconds