Searched defs:moveTo (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/
H A Dsp-tag.cpp23 void SPTag::moveTo(SPObject *target, gboolean intoafter) { function in class:SPTag
H A Dseltrans.cpp1349 void Inkscape::SelTrans::moveTo(Geom::Point const &xy, guint state) function in class:Inkscape::SelTrans
H A Dsp-item.cpp360 void SPItem::moveTo(SPItem *target, bool intoafter) { function in class:SPItem
/inkscape/src/2geom/
H A Dcairo-path-sink.cpp42 void CairoPathSink::moveTo(Point const &p) function in class:Geom::CairoPathSink
H A Dpath-sink.h60 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 Dsvg-path-writer.cpp57 void SVGPathWriter::moveTo(Point const &p) function in class:Geom::SVGPathWriter
/inkscape/share/extensions/ink2canvas/
H A Dcanvas.py134 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 Ddrawing-context.h58 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 Dpath-string.h66 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 498 milliseconds