Searched defs:setPosition (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/
H A Dknot.cpp404 this->setPosition(p, state);
408 void SPKnot::setPosition(Geom::Point const &p, guint state) { function in class:SPKnot
H A Dsp-spiral.cpp390 void SPSpiral::setPosition(gdouble cx, gdouble cy, gdouble exp, gdouble revo, gdouble rad, gdouble arg, gdouble t0) { function in class:SPSpiral
H A Dsp-rect.cpp245 void SPRect::setPosition(gdouble x, gdouble y, gdouble width, gdouble height) { function in class:SPRect
/inkscape/src/xml/
H A Dsimple-node.cpp532 void SimpleNode::setPosition(int pos) { function in class:Inkscape::XML::SimpleNode
/inkscape/src/ui/tool/
H A Dcontrol-point.cpp127 void ControlPoint::setPosition(Geom::Point const &pos) function in class:Inkscape::UI::ControlPoint
135 setPosition(pos);
H A Dnode.cpp174 setPosition(new_pos);
178 setPosition(_pm()._bsplineHandleReposition(this, false));
180 this->other()->setPosition(_pm()._bsplineHandleReposition(this->other(), bspline_weight));
196 setPosition(_pm()._bsplineHandleReposition(this, false));
198 this->other()->setPosition(_pm()._bsplineHandleReposition(this->other(), bspline_weight));
219 setPosition(new_pos);
223 setPosition(_pm()._bsplineHandleReposition(this, false));
225 this->other()->setPosition(_pm()._bsplineHandleReposition(this->other(), bspline_weight));
229 void Handle::setPosition(Geom::Point const &p) function in class:Inkscape::UI::Handle
231 ControlPoint::setPosition(
[all...]
/inkscape/src/widgets/
H A Ddesktop-widget.h143 virtual void setPosition (Geom::Point p) function in struct:SPDesktopWidget::WidgetStub
/inkscape/src/util/
H A Dziptool.cpp2129 void ZipEntry::setPosition(unsigned long val) function in class:ZipEntry
2302 entry->setPosition(fileBuf.size());

Completed in 33 milliseconds