Searched defs:p_end (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/tools/ | ||
H A D | pencil-tool.cpp | 391 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 16 milliseconds