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

/inkscape/src/ui/tool/
H A Dcurve-drag-point.cpp103 Geom::Point offset1 = (weight/(3*t*t*(1-t))) * delta; local
108 second->back()->move(second->back()->position() + offset1);
/inkscape/src/display/
H A Dcurve.cpp590 Geom::Point const offset1( new_p1 - *last_point() );
600 Geom::Point const B( offset1 );

Completed in 23 milliseconds