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

/inkscape/src/ui/tool/
H A Dnode.cpp1036 double distance_back = 0, distance_front = 0; local
1049 distance_front += Geom::bezier_length(*fwd, fwd->_front, n->_back, *n);
1066 if (distance_front <= distance_back) t = fwd;
1085 if (fwd && (!rev || distance_front <= distance_back)) {
1088 last_distance_front = distance_front;
1091 if (n) distance_front += Geom::bezier_length(*fwd, fwd->_front, n->_back, *n);
1093 } else if (rev && (!fwd || distance_front > distance_back)) {
1109 double df = distance_front + Geom::bezier_length(*fwdp, fwdp->_front, fwd->_back, *fwd);

Completed in 17 milliseconds