Searched defs:lineto (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Dspiro-converters.cpp34 ConverterSPCurve::lineto(double x, double y, bool close_last) function in class:Spiro::ConverterSPCurve
37 _curve.lineto(x, y);
42 SPIRO_G_MESSAGE("Spiro: lineto not finite");
90 ConverterPath::lineto(double x, double y, bool close_last) function in class:Spiro::ConverterPath
96 SPIRO_G_MESSAGE("spiro lineto not finite");
/inkscape/src/display/
H A Dcurve.cpp50 c->lineto(rect.corner(i));
57 c->lineto(rect.corner(0));
216 SPCurve::lineto(Geom::Point const &p) function in class:SPCurve
218 if (_pathv.empty()) g_message("SPCurve::lineto - path is empty!");
222 * Calls SPCurve::lineto( Geom::Point(x,y) )
225 SPCurve::lineto(double x, double y) function in class:SPCurve
227 lineto(Geom::Point(x,y));
280 to the subpath start point instead of adding a new lineto.

Completed in 16 milliseconds