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

/inkscape/src/ui/tool/
H A Dnode.cpp143 double bspline_weight = 0.0; local
179 bspline_weight = _pm()._bsplineHandlePosition(this, false);
180 this->other()->setPosition(_pm()._bsplineHandleReposition(this->other(), bspline_weight));
197 bspline_weight = _pm()._bsplineHandlePosition(this, false);
198 this->other()->setPosition(_pm()._bsplineHandleReposition(this->other(), bspline_weight));
224 bspline_weight = _pm()._bsplineHandlePosition(this, false);
225 this->other()->setPosition(_pm()._bsplineHandleReposition(this->other(), bspline_weight));
H A Dpath-manipulator.cpp698 double bspline_weight = _bsplineHandlePosition(start.prev()->back(), false); local
699 start.prev()->front()->setPosition(_bsplineHandleReposition(start.prev()->front(), bspline_weight));
702 double bspline_weight = _bsplineHandlePosition(end->front(), false); local
703 end->back()->setPosition(_bsplineHandleReposition(end->back(),bspline_weight));

Completed in 25 milliseconds