Searched defs:closePath (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | cairo-path-sink.cpp | 105 void CairoPathSink::closePath() function in class:Geom::CairoPathSink |
H A D | path-sink.h | 73 virtual void closePath() = 0; 103 /// Output an axis-aligned rectangle, using moveTo, lineTo and closePath. 181 void closePath() { function in class:Geom::PathIteratorSink |
H A D | svg-path-writer.cpp | 165 void SVGPathWriter::closePath() function in class:Geom::SVGPathWriter |
/inkscape/share/extensions/ink2canvas/ | ||
H A D | canvas.py | 189 def closePath(self): member in class:Canvas 194 #self.write("%s.closePath();" % self.obj) |
/inkscape/src/display/ | ||
H A D | drawing-context.h | 64 void closePath() { cairo_close_path(_ct); } function in class:Inkscape::DrawingContext |
/inkscape/src/svg/ | ||
H A D | path-string.h | 142 PathString &closePath() { function in class:Inkscape::SVG::PathString |
Completed in 137 milliseconds