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

/inkscape/src/display/
H A Dcurve.cpp580 If I remember correctly, this moves the firstpoint to new_p0, and the lastpoint to new_p1, and moves all nodes in between according to their arclength (interpolates the movement amount)
583 SPCurve::stretch_endpoints(Geom::Point const &new_p0, Geom::Point const &new_p1) argument
590 Geom::Point const offset1( new_p1 - *last_point() );
609 * sets start of first path to new_p0, and end of first path to new_p1
612 SPCurve::move_endpoints(Geom::Point const &new_p0, Geom::Point const &new_p1) argument
618 _pathv.front().setFinal(new_p1);

Completed in 555 milliseconds