Searched refs:drag_type (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Ddesktop-events.cpp282 static SPGuideDragType drag_type = SP_DRAG_NONE; variable
300 drag_type = SP_DRAG_NONE;
321 drag_type = SP_DRAG_ROTATE;
324 drag_type = SP_DRAG_MOVE_ORIGIN;
326 drag_type = SP_DRAG_TRANSLATE;
330 if (drag_type == SP_DRAG_ROTATE || drag_type == SP_DRAG_TRANSLATE) {
342 if (drag_type != SP_DRAG_NONE) {
353 if (drag_type == SP_DRAG_MOVE_ORIGIN) {
364 } else if (!((drag_type
[all...]

Completed in 14 milliseconds