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

/inkscape/src/ui/tool/
H A Dpath-manipulator.h138 Geom::Coord _updateDragPoint(Geom::Point const &);
H A Dcurve-drag-point.cpp130 _pm._updateDragPoint(_desktop->d2w(position()));
H A Dpath-manipulator.cpp175 _updateDragPoint(event_point(event->motion));
281 Geom::Coord dist = _updateDragPoint(pt);
1151 // so that _updateDragPoint doesn't crash on paths with naked movetos
1667 Geom::Coord PathManipulator::_updateDragPoint(Geom::Point const &evp) function in class:Inkscape::UI::PathManipulator

Completed in 23 milliseconds