Searched refs:_lastpointMove (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | pen-tool.h | 136 void _lastpointMove(gdouble x, gdouble y);
|
H A D | pen-tool.cpp | 929 void PenTool::_lastpointMove(gdouble x, gdouble y) { function in class:Inkscape::UI::Tools::PenTool 951 this->_lastpointMove(x / this->desktop->current_zoom(), y / this->desktop->current_zoom()); 1094 this->_lastpointMove(-10*nudge, 0); // shift 1097 this->_lastpointMove(-nudge, 0); // no shift 1116 this->_lastpointMove(0, 10*nudge); // shift 1119 this->_lastpointMove(0, nudge); // no shift 1138 this->_lastpointMove(10*nudge, 0); // shift 1141 this->_lastpointMove(nudge, 0); // no shift 1160 this->_lastpointMove(0, -10*nudge); // shift 1163 this->_lastpointMove( [all...] |
Completed in 18 milliseconds