Searched defs:move (Results 1 - 25 of 25) sorted by relevance

/inkscape/src/ui/widget/
H A Dgimpcolorwheel.h64 void (* move) (GimpColorWheel *wheel, member in struct:_GimpColorWheelClass
H A Ddock-item.cpp157 DockItem::move(int x, int y) function in class:Inkscape::UI::Widget::DockItem
160 _window->move(x, y);
/inkscape/src/
H A Drubberband.cpp76 void Inkscape::Rubberband::move(Geom::Point const &p) function in class:Inkscape::Rubberband
H A Dsp-marker.cpp427 const gchar *generate_marker(std::vector<Inkscape::XML::Node*> &reprs, Geom::Rect bounds, SPDocument *document, Geom::Point center, Geom::Affine move) argument
457 dup_transform *= move;
H A Dunclump.cpp291 Geom::Affine move = Geom::Translate (by); local
295 i->second *= move;
300 what->set_i2d_affine(what->i2dt_affine() * move);
314 Geom::Affine move = Geom::Translate (by); local
318 i->second *= move;
323 what->set_i2d_affine(what->i2dt_affine() * move);
H A Dsp-pattern.cpp382 SPDocument *document, Geom::Affine transform, Geom::Affine move)
409 dup_transform *= move;
381 produce(const std::vector<Inkscape::XML::Node *> &reprs, Geom::Rect bounds, SPDocument *document, Geom::Affine transform, Geom::Affine move) argument
H A Dgradient-chemistry.cpp1131 Geom::Affine move = Geom::Affine (Geom::Translate (-c_w)) * local
1138 new_transform = gradient->gradientTransform * i2d * move * i2d.inverse();
1150 Geom::Affine move = Geom::Affine (Geom::Translate (-c_w)) * local
1157 new_transform = gradient->gradientTransform * i2d * move * i2d.inverse();
H A Dsp-item-group.cpp749 Geom::Affine move = final.inverse() * item->transform * final; local
750 item->doWriteTransform(item->getRepr(), move, &move, true);
H A Dselection-chemistry.cpp710 } else { // move it to topmost_parent first
1020 // move the selected object after that sibling
1099 // move the selected object before that sibling
1367 dt->messageStack()->flash(Inkscape::WARNING_MESSAGE, _("Select <b>object(s)</b> to move to the layer above."));
1411 dt->messageStack()->flash(Inkscape::WARNING_MESSAGE, _("Select <b>object(s)</b> to move to the layer below."));
1454 dt->messageStack()->flash(Inkscape::WARNING_MESSAGE, _("Select <b>object(s)</b> to move."));
1611 /* If this is a clone and it's selected along with its original, do not move it;
1617 * Same for linked offset if we are also moving its source: do not move it. */
1637 // transform and its move compensation are both cancelled out.
1657 // we need to cancel out the move compensatio
1672 Geom::Affine move = result * clone_move * t_inv; local
1678 Geom::Affine move = result * clone_move; local
1687 Geom::Affine move = result * offset_move * t_inv; local
1691 Geom::Affine move = result * offset_move; local
1805 sp_selection_move_relative(Inkscape::Selection *selection, Geom::Point const &move, bool compensate) argument
2948 Geom::Affine move = Geom::Affine(Geom::Translate(move_p)); local
3303 Geom::Affine move = Geom::Affine(Geom::Translate(move_p)); local
[all...]
/inkscape/share/extensions/
H A Dffgeom.py44 def move(self, x, y): member in class:Point
62 def move(self,e0,e1): member in class:Segment
H A Dgcodetools.py1874 #Crve defenitnion [start point, type = {'arc','line','move','end'}, arc center, arc angle, end point, [zstart, zend]]
1878 if sp[1] == 'move':
2397 if seg[1] == "move" and moved or seg[1] == "end" :
2399 if seg[1] == "move" : moved = True
2445 "move" : self.move,
2518 def transform(self, move, scale):
2544 if move[i] != 0 or scale[i] != 1:
2548 s = re.sub(r"(?i)("+a+r")\s*(-?)\s*(\d*\.?\d*)", r"\1 %f"%(float(r.group(2)+r.group(3))*scale[i]+(move[i] if a not in ["i","j","k"] else 0) ), s)
2681 def move(sel member in class:Postprocessor
2712 def move(self, x, y) : member in class:Polygon
[all...]
/inkscape/src/live_effects/
H A Dlpe-lattice2.cpp50 grid_point_0(_("Control 0:"), _("Control 0 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes"), "gridpoint0", &wr, this),
51 grid_point_1(_("Control 1:"), _("Control 1 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes"), "gridpoint1", &wr, this),
52 grid_point_2(_("Control 2:"), _("Control 2 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes"), "gridpoint2", &wr, this),
53 grid_point_3(_("Control 3:"), _("Control 3 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes"), "gridpoint3", &wr, this),
54 grid_point_4(_("Control 4:"), _("Control 4 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes"), "gridpoint4", &wr, this),
55 grid_point_5(_("Control 5:"), _("Control 5 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes"), "gridpoint5", &wr, this),
56 grid_point_6(_("Control 6:"), _("Control 6 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes"), "gridpoint6", &wr, this),
57 grid_point_7(_("Control 7:"), _("Control 7 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes"), "gridpoint7", &wr, this),
58 grid_point_8x9(_("Control 8x9:"), _("Control 8x9 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move along axes"), "gridpoint8x9", &wr, this),
59 grid_point_10x11(_("Control 10x11:"), _("Control 10x11 - <b>Ctrl+Alt+Click</b>: reset, <b>Ctrl</b>: move alon
534 calculateCurve(Geom::Point a,Geom::Point b, SPCurve* c, bool horizontal, bool move) argument
[all...]
/inkscape/src/ui/dialog/
H A Ddock-behavior.cpp146 DockBehavior::move(int x, int y) function in class:Inkscape::UI::Dialog::Behavior::DockBehavior
148 _dock_item.move(x, y);
H A Dfloating-behavior.cpp98 * move the opacity of the window along in an animated fashion. It moves
154 inline void FloatingBehavior::move(int x, int y) { _d->move(x, y); } function in class:Inkscape::UI::Dialog::Behavior::FloatingBehavior
H A Ddialog.cpp142 inline void Dialog::move(int x, int y) { _behavior->move(x, y); } function in class:Inkscape::UI::Dialog::Dialog
172 move(x, y);
H A Dgrid-arrange-tab.cpp223 /// Make sure the top and left of the grid dont move by compensating for align values.
334 Geom::Point move = Geom::Point(new_x - min[Geom::X], min[Geom::Y] - new_y); local
335 Geom::Affine const affine = Geom::Affine(Geom::Translate(move));
H A Dtransformation.cpp70 "", "transform-move-horizontal", &_units_move),
72 "", "transform-move-vertical", &_units_move),
94 _check_move_relative (_("Rela_tive move"), _("Add the specified relative displacement to the current position; otherwise, edit the current absolute position directly")),
595 // do nothing, so you can apply the same relative move to many objects in turn
724 // move selection as a whole
756 double move = x; local
761 sp_item_move_rel(it->item, Geom::Translate(move, 0));
762 // move each next object by x relative to previous
763 move += x;
781 double move local
[all...]
H A Dlayers.cpp722 Geom::Affine move = _dnd_source->i2doc_affine() * parent->i2doc_affine().inverse(); local
723 _dnd_source->doWriteTransform(_dnd_source->getRepr(), move);
/inkscape/src/ui/
H A Dpreviewholder.cpp102 int move = (event->direction == GDK_SCROLL_DOWN) ? adj->get_page_size() : -adj->get_page_size(); local
104 double value = std::min(adj->get_upper() - move, adj->get_value() + move );
177 // Loop through the existing widgets and move them to new location
/inkscape/src/ui/tool/
H A Dcontrol-point.cpp133 void ControlPoint::move(Geom::Point const &pos) function in class:Inkscape::UI::ControlPoint
139 move(position() * m);
312 move(new_pos);
H A Dmulti-path-manipulator.cpp392 // if the handles aren't degenerate, don't move them
393 i->first->move(joined_pos);
501 void MultiPathManipulator::move(Geom::Point const &delta) function in class:Inkscape::UI::MultiPathManipulator
781 key = "node:move:x";
785 key = "node:move:y";
H A Dnode.cpp136 void Handle::move(Geom::Point const &new_pos) function in class:Inkscape::UI::Handle
176 //move the handler and its oposite the same proportion
194 //move the handler and its oposite the same proportion
255 move(_parent->position());
293 other()->move(_parent->position() - (position() - _parent->position()));
430 move(new_pos); // needed for correct update, even though it's redundant
445 move(_parent->position());
540 "<b>Shift</b>: move handle");
625 void Node::move(Geom::Point const &new_pos) function in class:Inkscape::UI::Node
627 // move handle
[all...]
/inkscape/src/ui/tools/
H A Dtweak-tool.cpp34 #include "pixmaps/cursor-tweak-move.xpm"
35 #include "pixmaps/cursor-tweak-move-in.xpm"
36 #include "pixmaps/cursor-tweak-move-out.xpm"
37 #include "pixmaps/cursor-tweak-move-jitter.xpm"
164 this->message_context->setF(Inkscape::NORMAL_MESSAGE, _("%s. Drag to <b>move</b>."), sel_message);
168 this->message_context->setF(Inkscape::NORMAL_MESSAGE, _("%s. Drag or click to <b>move in</b>; with Shift to <b>move out</b>."), sel_message);
176 this->message_context->setF(Inkscape::NORMAL_MESSAGE, _("%s. Drag or click to <b>move randomly</b>."), sel_message);
412 Geom::Point move = force * 0.5 * (cos(M_PI * x) + 1) * vector; local
413 sp_item_move_rel(item, Geom::Translate(move[Geo
425 Geom::Point move = force * 0.5 * (cos(M_PI * x) + 1) * local
441 Geom::Point move = force * 0.5 * (cos(M_PI * x) + 1) * Geom::Point(cos(dp)*dr, sin(dp)*dr); local
[all...]
H A Dspray-tool.cpp489 //todo: maybe move same parameter to preferences
493 Geom::Point &move,
545 path *= Geom::Translate(move);
764 , move
937 Geom::Point move = (Geom::Point(cos(tilt)*cos(dp)*dr/(1-ratio)+sin(tilt)*sin(dp)*dr/(1+ratio), -sin(tilt)*cos(dp)*dr/(1-ratio)+cos(tilt)*sin(dp)*dr/(1+ratio)))+(p-a->midpoint()); local
943 , move
989 sp_item_move_rel(item_copied, Geom::Translate(move[Geom::X], -move[Geom::Y]));
1039 Geom::Point move = (Geom::Point(cos(tilt)*cos(dp)*dr/(1-ratio)+sin(tilt)*sin(dp)*dr/(1+ratio), -sin(tilt)*cos(dp)*dr/(1-ratio)+cos(tilt)*sin(dp)*dr/(1+ratio)))+(p-a->midpoint()); local
1045 sp_item_move_rel(item_copied, Geom::Translate(move[Geo
490 fit_item(SPDesktop *desktop, SPItem *item, Geom::OptRect bbox, Geom::Point &move, Geom::Point center, gint mode, double angle, double &_scale, double scale, bool picker, bool pick_center, bool pick_inverse_value, bool pick_fill, bool pick_stroke, bool pick_no_overlap, bool over_no_transparent, bool over_transparent, bool no_overlap, double offset, SPCSSAttr *css, bool trace_scale, int pick, bool do_trace, bool pick_to_size, bool pick_to_presence, bool pick_to_color, bool pick_to_opacity, bool invert_picked, double gamma_picked , double rand_picked) argument
1073 Geom::Point move = (Geom::Point(cos(tilt)*cos(dp)*dr/(1-ratio)+sin(tilt)*sin(dp)*dr/(1+ratio), -sin(tilt)*cos(dp)*dr/(1-ratio)+cos(tilt)*sin(dp)*dr/(1+ratio)))+(p-a->midpoint()); local
[all...]
/inkscape/src/widgets/
H A Dtext-toolbar.cpp379 // move the x of all texts to preserve the same bbox
387 // below, variable names suggest horizontal move, but we check the writing direction
388 // and move in the corresponding axis
406 double move = 0; local
410 move = -left_slack;
413 move = width/2 + (right_slack - left_slack)/2;
416 move = width + right_slack;
422 move = -width/2 - left_slack;
425 move = (right_slack - left_slack)/2;
428 move
[all...]

Completed in 818 milliseconds