Searched refs:_addFreehandPoint (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tools/
H A Dpencil-tool.h66 void _addFreehandPoint(Geom::Point const &p, guint state);
H A Dpencil-tool.cpp303 this->_addFreehandPoint(p, mevent.state);
395 this->_addFreehandPoint(p_end, revent.state);
609 void PencilTool::_addFreehandPoint(Geom::Point const &p, guint /*state*/) { function in class:Inkscape::UI::Tools::PencilTool

Completed in 16 milliseconds