Searched defs:moveTo (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/ |
H A D | sp-tag.cpp | 23 void SPTag::moveTo(SPObject *target, gboolean intoafter) { function in class:SPTag
|
H A D | seltrans.cpp | 1349 void Inkscape::SelTrans::moveTo(Geom::Point const &xy, guint state) function in class:Inkscape::SelTrans
|
H A D | sp-item.cpp | 360 void SPItem::moveTo(SPItem *target, bool intoafter) { function in class:SPItem
|
/inkscape/src/2geom/ |
H A D | cairo-path-sink.cpp | 42 void CairoPathSink::moveTo(Point const &p) function in class:Geom::CairoPathSink
|
H A D | path-sink.h | 60 virtual void moveTo(Point const &p) = 0; 103 /// Output an axis-aligned rectangle, using moveTo, lineTo and closePath. 121 void moveTo(Point const &p) { function in class:Geom::PathIteratorSink 132 moveTo(_start_p); 140 moveTo(_start_p); 148 moveTo(_start_p); 158 moveTo(_start_p); 176 moveTo(other.initialPoint());
|
H A D | svg-path-writer.cpp | 57 void SVGPathWriter::moveTo(Point const &p) function in class:Geom::SVGPathWriter
|
/inkscape/share/extensions/ink2canvas/ |
H A D | canvas.py | 134 def moveTo(self, x, y): member in class:Canvas 135 self.write("ctx.moveTo(%f, %f);" % (x, y)) 151 self.moveTo(x, y + ry)
|
/inkscape/src/display/ |
H A D | drawing-context.h | 58 void moveTo(Geom::Point const &p) { cairo_move_to(_ct, p[Geom::X], p[Geom::Y]); } function in class:Inkscape::DrawingContext
|
/inkscape/src/svg/ |
H A D | path-string.h | 66 PathString &moveTo(Geom::Coord x, Geom::Coord y) { function in class:Inkscape::SVG::PathString 67 return moveTo(Geom::Point(x, y)); 70 PathString &moveTo(Geom::Point p) { function in class:Inkscape::SVG::PathString
|
Completed in 190 milliseconds