Lines Matching defs:state
172 if (dragging && (event->motion.state & GDK_BUTTON1_MASK) && !this->space_panning) {
186 this->drag(motion_dt, event->motion.state);
212 if (event->button.state & GDK_SHIFT_MASK) {
329 void ArcTool::drag(Geom::Point pt, guint state) {
353 if ((state & GDK_MOD1_MASK) && (state & GDK_CONTROL_MASK) && !(state & GDK_SHIFT_MASK)) {
357 state = state ^ GDK_CONTROL_MASK;
360 Geom::Rect r = Inkscape::snap_rectangular_box(desktop, this->arc, pt, this->center, state);
363 state = state ^ GDK_CONTROL_MASK;
368 if (state & GDK_MOD1_MASK) {
401 if (state & GDK_CONTROL_MASK) {