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

/inkscape/src/ui/tool/
H A Dpath-manipulator.h114 double _bsplineHandlePosition(Handle *h, bool check_other = true);
115 Geom::Point _bsplineHandleReposition(Handle *h, bool check_other = true);
H A Dpath-manipulator.cpp1282 double PathManipulator::_bsplineHandlePosition(Handle *h, bool check_other) argument
1298 if (pos == NO_POWER && check_other){
1305 Geom::Point PathManipulator::_bsplineHandleReposition(Handle *h, bool check_other) argument
1307 double pos = this->_bsplineHandlePosition(h, check_other);

Completed in 19 milliseconds