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

/inkscape/src/ui/tools/
H A Dpen-tool.h135 void _lastpointMoveScreen(gdouble x, gdouble y);
H A Dpen-tool.cpp950 void PenTool::_lastpointMoveScreen(gdouble x, gdouble y) { function in class:Inkscape::UI::Tools::PenTool
1086 this->_lastpointMoveScreen(-10, 0); // shift
1089 this->_lastpointMoveScreen(-1, 0); // no shift
1108 this->_lastpointMoveScreen(0, 10); // shift
1111 this->_lastpointMoveScreen(0, 1); // no shift
1130 this->_lastpointMoveScreen(10, 0); // shift
1133 this->_lastpointMoveScreen(1, 0); // no shift
1152 this->_lastpointMoveScreen(0, -10); // shift
1155 this->_lastpointMoveScreen(0, -1); // no shift

Completed in 18 milliseconds