Searched defs:_bsplineHandlePosition (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp698 double bspline_weight = _bsplineHandlePosition(start.prev()->back(), false);
702 double bspline_weight = _bsplineHandlePosition(end->front(), false);
1282 double PathManipulator::_bsplineHandlePosition(Handle *h, bool check_other) function in class:Inkscape::UI::PathManipulator
1299 return _bsplineHandlePosition(h->other(), false);
1307 double pos = this->_bsplineHandlePosition(h, check_other);

Completed in 15 milliseconds