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

/inkscape/src/ui/tool/
H A Dnode.cpp632 double nodeWeight = NO_POWER; local
638 nodeWeight = fmax(_pm()._bsplineHandlePosition(n->front(), false),_pm()._bsplineHandlePosition(n->back(), false));
657 _front.setPosition(_pm()._bsplineHandleReposition(this->front(),nodeWeight));
658 _back.setPosition(_pm()._bsplineHandleReposition(this->back(),nodeWeight));
674 double nodeWeight = NO_POWER; local
680 nodeWeight = _pm()._bsplineHandlePosition(n->front());
698 _front.setPosition(_pm()._bsplineHandleReposition(this->front(), nodeWeight));
699 _back.setPosition(_pm()._bsplineHandleReposition(this->back(), nodeWeight));

Completed in 18 milliseconds