Lines Matching refs:SVGPathWriter
45 SVGPathWriter::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::clear()
240 void SVGPathWriter::setPrecision(int prec)
251 void SVGPathWriter::_setCommand(char cmd)
259 std::string SVGPathWriter::_formatCoord(Coord par)
276 SVGPathWriter writer;