Searched refs:new_p0 (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
589 Geom::Point const offset0( new_p0 - *first_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
617 _pathv.front().setInitial(new_p0);

Completed in 104 milliseconds