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

/inkscape/src/ui/tools/
H A Dpencil-tool.cpp391 Geom::Point p_end = p; local
392 this->_endpointSnap(p_end, revent.state);
393 if (p_end != p) {
395 this->_addFreehandPoint(p_end, revent.state);

Completed in 12 milliseconds