/inkscape/src/ui/tool/ |
H A D | node.cpp | 174 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 D | path-manipulator.cpp | 380 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 D | selector.cpp | 124 _dragger->setPosition(_desktop->w2d(event_point(event->motion)));
|
H A D | control-point.h | 75 * the setPosition() method. 126 virtual void setPosition(Geom::Point const &pos);
|
H A D | node.h | 108 virtual void setPosition(Geom::Point const &p); 495 setPosition(_parent->position() + p);
|
H A D | control-point.cpp | 127 void ControlPoint::setPosition(Geom::Point const &pos) function in class:Inkscape::UI::ControlPoint 135 setPosition(pos);
|
H A D | multi-path-manipulator.cpp | 396 joined_node->front()->setPosition(pos_handle_front); 399 joined_node->back()->setPosition(pos_handle_back);
|
/inkscape/src/ |
H A D | sp-rect.h | 30 void setPosition(double x, double y, double width, double height);
|
H A D | sp-spiral.h | 55 void setPosition(double cx, double cy, double exp, double revo, double rad, double arg, double t0);
|
H A D | knot.h | 135 void setPosition(Geom::Point const &p, unsigned int state);
|
H A D | path-chemistry.cpp | 174 repr->setPosition(position > 0 ? position : 0); 260 repr->setPosition(pos > 0 ? pos : 0); 450 repr->setPosition(pos > 0 ? pos : 0);
|
H A D | knot.cpp | 404 this->setPosition(p, state); 408 void SPKnot::setPosition(Geom::Point const &p, guint state) { function in class:SPKnot
|
H A D | knot-holder-entity.cpp | 88 knot->setPosition(dp, SP_KNOT_STATE_NORMAL);
|
H A D | splivarot.cpp | 797 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 D | sp-spiral.cpp | 390 void SPSpiral::setPosition(gdouble cx, gdouble cy, gdouble exp, gdouble revo, gdouble rad, gdouble arg, gdouble t0) { function in class:SPSpiral
|
H A D | selection-chemistry.cpp | 752 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 D | edit-widget-interface.h | 59 virtual void setPosition (Geom::Point p) = 0;
|
/inkscape/src/xml/ |
H A D | node.h | 186 virtual void setPosition(int pos)=0;
|
H A D | simple-node.h | 85 void setPosition(int pos);
|
/inkscape/src/util/ |
H A D | ziptool.h | 351 virtual void setPosition(unsigned long val);
|
/inkscape/src/ui/tools/ |
H A D | connector-tool.cpp | 1080 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 D | spiral-tool.cpp | 380 this->spiral->setPosition(p0[Geom::X], p0[Geom::Y],
|
H A D | rect-tool.cpp | 395 this->rect->setPosition(r.min()[Geom::X], r.min()[Geom::Y], r.dimensions()[Geom::X], r.dimensions()[Geom::Y]);
|
/inkscape/src/widgets/ |
H A D | desktop-widget.h | 143 virtual void setPosition (Geom::Point p) function in struct:SPDesktopWidget::WidgetStub
|
/inkscape/src/extension/ |
H A D | effect.cpp | 200 tomerge->setPosition(position);
|