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

/inkscape/src/2geom/
H A Dsvg-path-writer.cpp45 SVGPathWriter::SVGPathWriter() function in class:Geom::SVGPathWriter
57 void SVGPathWriter::moveTo(Point const &p)
69 void SVGPathWriter::lineTo(Point const &p)
107 void SVGPathWriter::quadTo(Point const &c, Point const &p)
126 void SVGPathWriter::curveTo(Point const &p1, Point const &p2, Point const &p3)
147 void SVGPathWriter::arcTo(double rx, double ry, double angle,
165 void SVGPathWriter::closePath()
176 void SVGPathWriter::flush()
228 void SVGPathWriter
[all...]
H A Dsvg-path-writer.h45 class SVGPathWriter class in namespace:Geom
49 SVGPathWriter();
50 ~SVGPathWriter() {}
H A Dpathvector.cpp317 SVGPathWriter wr;
H A Dpath.cpp1111 SVGPathWriter pw;

Completed in 12 milliseconds