Searched refs:closePath (Results 1 - 20 of 20) sorted by relevance

/inkscape/src/2geom/
H A Dpath-sink.cpp54 closePath();
70 closePath();
82 closePath();
90 closePath();
H A Dcairo-path-sink.h67 void closePath();
H A Dsvg-path-writer.h58 void closePath();
H A Dpath-sink.h73 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 Dcairo-path-sink.cpp105 void CairoPathSink::closePath() function in class:Geom::CairoPathSink
H A Dsvg-path-writer.cpp165 void SVGPathWriter::closePath() function in class:Geom::SVGPathWriter
H A Dsbasis-to-bezier.cpp527 pb.closePath();
528 //last line seg already there (because of .closePath())
534 pb.closePath();
H A Dsvg-path-parser.cpp1225 _sink.closePath();
/inkscape/src/svg/
H A Dsvg-path.cpp109 str.closePath();
H A Dpath-string.h142 PathString &closePath() { function in class:Inkscape::SVG::PathString
/inkscape/share/extensions/ink2canvas/
H A Dsvg.py136 self.ctx.closePath()
200 self.ctx.closePath()
311 self.ctx.closePath()
H A Dcanvas.py189 def closePath(self): member in class:Canvas
194 #self.write("%s.closePath();" % self.obj)
/inkscape/src/display/
H A Ddrawing-context.h64 void closePath() { cairo_close_path(_ct); } function in class:Inkscape::DrawingContext
H A Ddrawing-text.cpp377 dc.closePath();
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp343 state->closePath();
1374 state->closePath();
1383 state->closePath();
1417 state->closePath();
1484 state->closePath();
1509 state->closePath();
1593 state->closePath();
1753 state->closePath();
1859 state->closePath();
1951 state->closePath();
[all...]
H A Dsvg-builder.cpp287 pathString.closePath();
/inkscape/src/trace/potrace/
H A Dinkscape-potrace.cpp192 data.closePath();
/inkscape/src/
H A Dsp-ellipse.cpp434 pb.closePath();
/inkscape/src/helper/
H A Dgeom-pathstroke.cpp939 res.closePath();
949 res.closePath();
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1362 // if that segment is linear, we just call closePath().
1363 builder.closePath();

Completed in 5026 milliseconds