Searched defs:curveto (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/live_effects/ |
H A D | spiro-converters.cpp | 60 ConverterSPCurve::curveto(double x1, double y1, double x2, double y2, double x3, double y3, bool close_last)
function in class:Spiro::ConverterSPCurve 63 _curve.curveto(x1, y1, x2, y2, x3, y3);
68 SPIRO_G_MESSAGE("Spiro: curveto not finite");
112 ConverterPath::curveto(double x1, double y1, double x2, double y2, double x3, double y3, bool close_last)
function in class:Spiro::ConverterPath 118 SPIRO_G_MESSAGE("spiro curveto not finite");
|
/inkscape/src/display/ |
H A D | curve.cpp | 255 SPCurve::curveto(Geom::Point const &p0, Geom::Point const &p1, Geom::Point const &p2) function in class:SPCurve 257 if (_pathv.empty()) g_message("SPCurve::curveto - path is empty!"); 261 * Calls SPCurve::curveto( Geom::Point(x0,y0), Geom::Point(x1,y1), Geom::Point(x2,y2) ) 265 SPCurve::curveto(double x0, double y0, double x1, double y1, double x2, double y2) function in class:SPCurve 267 curveto( Geom::Point(x0,y0), Geom::Point(x1,y1), Geom::Point(x2,y2) );
|
Completed in 11 milliseconds