Searched refs:sp_selection_move (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | select-tool.cpp | 954 sp_selection_move(desktop->getSelection(), mul*-10*nudge, 0); // shift 956 sp_selection_move(desktop->getSelection(), mul*-nudge, 0); // no shift 977 sp_selection_move(desktop->getSelection(), 0, mul*10*nudge); // shift 979 sp_selection_move(desktop->getSelection(), 0, mul*nudge); // no shift 1000 sp_selection_move(desktop->getSelection(), mul*10*nudge, 0); // shift 1002 sp_selection_move(desktop->getSelection(), mul*nudge, 0); // no shift 1023 sp_selection_move(desktop->getSelection(), 0, mul*-10*nudge); // shift 1025 sp_selection_move(desktop->getSelection(), 0, mul*-nudge); // no shift
|
/inkscape/src/ |
H A D | selection-chemistry.h | 123 void sp_selection_move (Inkscape::Selection *selection, double dx, double dy);
|
H A D | selection-chemistry.cpp | 2267 sp_selection_move(Inkscape::Selection *selection, gdouble dx, gdouble dy) function 2295 // same as sp_selection_move but divide deltas by zoom factor
|
/inkscape/src/extension/dbus/ |
H A D | document-interface.cpp | 716 sp_selection_move (doc_interface->target.getSelection(), x, 0 - y); 729 sp_selection_move (doc_interface->target.getSelection(), x - selection_get_center_x(sel), 1244 sp_selection_move(doc_interface->target.getSelection(), x, 0 - y); //switching coordinate systems.
|
Completed in 120 milliseconds