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

/inkscape/src/
H A Ddesktop-events.cpp321 drag_type = SP_DRAG_ROTATE;
330 if (drag_type == SP_DRAG_ROTATE || drag_type == SP_DRAG_TRANSLATE) {
364 } else if (!((drag_type == SP_DRAG_ROTATE) && (event->motion.state & GDK_CONTROL_MASK))) {
367 if (drag_type == SP_DRAG_ROTATE) {
385 case SP_DRAG_ROTATE:
445 } else if (!((drag_type == SP_DRAG_ROTATE) && (event->motion.state & GDK_CONTROL_MASK))) {
448 if (drag_type == SP_DRAG_ROTATE) {
467 case SP_DRAG_ROTATE:
H A Dsnap.h30 SP_DRAG_ROTATE, enumerator in enum:SPGuideDragType

Completed in 37 milliseconds