Searched refs:setPosition (Results 1 - 25 of 38) sorted by relevance

12

/inkscape/src/ui/tool/
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...]
H A Dpath-manipulator.cpp380 n->front()->setPosition(*j->front());
461 sel_beg->back()->setPosition(back_pos);
464 sel_beg->front()->setPosition(front_pos);
683 start.prev()->front()->setPosition(result[1]);
684 end->back()->setPosition(result[2]);
699 start.prev()->front()->setPosition(_bsplineHandleReposition(start.prev()->front(), bspline_weight));
703 end->back()->setPosition(_bsplineHandleReposition(end->back(),bspline_weight));
1028 n->back()->setPosition(seg1[2]);
1029 n->front()->setPosition(seg2[1]);
1041 n->front()->setPosition(nex
[all...]
H A Dselector.cpp124 _dragger->setPosition(_desktop->w2d(event_point(event->motion)));
H A Dcontrol-point.h75 * the setPosition() method.
126 virtual void setPosition(Geom::Point const &pos);
H A Dnode.h108 virtual void setPosition(Geom::Point const &p);
495 setPosition(_parent->position() + p);
H A Dcontrol-point.cpp127 void ControlPoint::setPosition(Geom::Point const &pos) function in class:Inkscape::UI::ControlPoint
135 setPosition(pos);
H A Dmulti-path-manipulator.cpp396 joined_node->front()->setPosition(pos_handle_front);
399 joined_node->back()->setPosition(pos_handle_back);
/inkscape/src/
H A Dsp-rect.h30 void setPosition(double x, double y, double width, double height);
H A Dsp-spiral.h55 void setPosition(double cx, double cy, double exp, double revo, double rad, double arg, double t0);
H A Dknot.h135 void setPosition(Geom::Point const &p, unsigned int state);
H A Dpath-chemistry.cpp174 repr->setPosition(position > 0 ? position : 0);
260 repr->setPosition(pos > 0 ? pos : 0);
450 repr->setPosition(pos > 0 ? pos : 0);
H A Dknot.cpp404 this->setPosition(p, state);
408 void SPKnot::setPosition(Geom::Point const &p, guint state) { function in class:SPKnot
H A Dknot-holder-entity.cpp88 knot->setPosition(dp, SP_KNOT_STATE_NORMAL);
H A Dsplivarot.cpp797 repr->setPosition(pos > 0 ? pos : 0);
832 repr->setPosition(pos > 0 ? pos : 0);
1367 g_repr->setPosition(pos > 0 ? pos : 0);
1475 repr->setPosition(pos > 0 ? pos : 0);
1719 repr->setPosition(pos > 0 ? pos : 0);
1941 repr->setPosition(pos > 0 ? pos : 0);
2084 repr->setPosition(pos > 0 ? pos : 0);
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 Dselection-chemistry.cpp752 group->setPosition(topmost + 1);
1056 repr->setPosition(-1);
1104 child->getRepr()->setPosition(0);
1150 repr->setPosition(minpos);
3375 rect->setPosition(pos > 0 ? pos : 0);
3727 repr->setPosition(pos > 0 ? pos + 1 : 1);
3828 outer->setPosition(topmost + 1);
3994 group->setPosition(position);
4126 repr->setPosition((pos + 1) > 0 ? (pos + 1) : 0);
/inkscape/src/ui/view/
H A Dedit-widget-interface.h59 virtual void setPosition (Geom::Point p) = 0;
/inkscape/src/xml/
H A Dnode.h186 virtual void setPosition(int pos)=0;
H A Dsimple-node.h85 void setPosition(int pos);
/inkscape/src/util/
H A Dziptool.h351 virtual void setPosition(unsigned long val);
/inkscape/src/ui/tools/
H A Dconnector-tool.cpp1080 knot->setPosition(item->avoidRef->getConnectionPointPos() * desktop->doc2dt(), 0);
1152 this->endpt_handle[0]->setPosition(startpt, 0);
1155 this->endpt_handle[1]->setPosition(endpt, 0);
1228 this->endpt_handle[0]->setPosition(startpt, 0);
1231 this->endpt_handle[1]->setPosition(endpt, 0);
H A Dspiral-tool.cpp380 this->spiral->setPosition(p0[Geom::X], p0[Geom::Y],
H A Drect-tool.cpp395 this->rect->setPosition(r.min()[Geom::X], r.min()[Geom::Y], r.dimensions()[Geom::X], r.dimensions()[Geom::Y]);
/inkscape/src/widgets/
H A Ddesktop-widget.h143 virtual void setPosition (Geom::Point p) function in struct:SPDesktopWidget::WidgetStub
/inkscape/src/extension/
H A Deffect.cpp200 tomerge->setPosition(position);

Completed in 94 milliseconds

12