Lines Matching refs:ColorObject

34 std::string SVG::toString(ColorObject& color)  in toString()
46 SVG::SVG(std::string filename, AABB aabb, Point canvas_size, ColorObject background) in SVG()
51 SVG::SVG(std::string filename, AABB aabb, double scale, ColorObject background) in SVG()
56 SVG::SVG(std::string filename, AABB aabb, double scale, Point canvas_size, ColorObject background) in SVG()
136 void SVG::writeAreas(const Polygons& polygons, ColorObject color, ColorObject outline_color, float … in writeAreas()
158 void SVG::writeAreas(ConstPolygonRef polygon, ColorObject color, ColorObject outline_color, float s… in writeAreas()
169 void SVG::writePoint(const Point& p, bool write_coords, int size, ColorObject color) in writePoint()
180 void SVG::writePoints(ConstPolygonRef poly, bool write_coords, int size, ColorObject color) in writePoints()
188 void SVG::writePoints(Polygons& polygons, bool write_coords, int size, ColorObject color) in writePoints()
196 void SVG::writeLines(std::vector<Point> polyline, ColorObject color) in writeLines()
213 void SVG::writeLine(const Point& a, const Point& b, ColorObject color, float stroke_width) in writeLine()
220 void SVG::writeArrow(const Point& a, const Point& b, ColorObject color, float stroke_width, int rel… in writeArrow()
237 void SVG::writeDashedLine(const Point& a, const Point& b, ColorObject color) in writeDashedLine()
244 void SVG::writeText(Point p, std::string txt, ColorObject color, coord_t font_size) in writeText()
250 void SVG::writePolygons(const Polygons& polys, ColorObject color, float stroke_width) in writePolygons()
258 void SVG::writePolygon(ConstPolygonRef poly, ColorObject color, float stroke_width) in writePolygon()
293 void SVG::writePolylines(const Polygons& polys, ColorObject color, float stroke_width) in writePolylines()
301 void SVG::writePolyline(ConstPolygonRef poly, ColorObject color, float stroke_width) in writePolyline()