Searched refs:_endpointSnap (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | pencil-tool.h | 72 void _endpointSnap(Geom::Point &p, guint const state);
|
H A D | pen-tool.h | 140 void _endpointSnap(Geom::Point &p, guint const state) const;
|
H A D | pen-tool.cpp | 267 void PenTool::_endpointSnap(Geom::Point &p, guint const state) const { function in class:Inkscape::UI::Tools::PenTool 480 this->_endpointSnap(p, bevent.state); 505 this->_endpointSnap(p, bevent.state); // Snap node only if not hitting anchor. 596 this->_endpointSnap(p, mevent.state); 609 this->_endpointSnap(p, mevent.state); 632 this->_endpointSnap(p, mevent.state); 771 this->_endpointSnap(p, revent.state); 778 this->_endpointSnap(p, revent.state); 800 this->_endpointSnap(p, revent.state); 804 this->_endpointSnap( [all...] |
H A D | pencil-tool.cpp | 91 void PencilTool::_endpointSnap(Geom::Point &p, guint const state) { function in class:Inkscape::UI::Tools::PencilTool 273 this->_endpointSnap(ptnr, mevent.state); 367 this->_endpointSnap(p, revent.state); 392 this->_endpointSnap(p_end, revent.state);
|
Completed in 42 milliseconds