Searched refs:_bsplineHandlePosition (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ui/tool/ |
H A D | node.cpp | 179 bspline_weight = _pm()._bsplineHandlePosition(this, false); 197 bspline_weight = _pm()._bsplineHandlePosition(this, false); 224 bspline_weight = _pm()._bsplineHandlePosition(this, false); 380 new_pos=_pm()._bsplineHandleReposition(this,ceilf(_pm()._bsplineHandlePosition(this, false)*steps)/steps); 554 "<b>BSpline node handle</b>: Shift to drag, double click to reset (%s). %g power"),more,_pm()._bsplineHandlePosition(h)); 638 nodeWeight = fmax(_pm()._bsplineHandlePosition(n->front(), false),_pm()._bsplineHandlePosition(n->back(), false)); 640 prevNodeWeight = _pm()._bsplineHandlePosition(prevNode->front()); 643 nextNodeWeight = _pm()._bsplineHandlePosition(nextNode->back()); 680 nodeWeight = _pm()._bsplineHandlePosition( [all...] |
H A D | path-manipulator.h | 114 double _bsplineHandlePosition(Handle *h, bool check_other = true);
|
H A D | path-manipulator.cpp | 698 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 23 milliseconds