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

/inkscape/src/ui/tools/
H A Dtool-base.cpp352 static Geom::Point button_w; local
381 button_w = Geom::Point(event->button.x, event->button.y);
452 button_w = Geom::Point(event->motion.x, event->motion.y);
493 Geom::Point const moved_w(motion_w - button_w);
563 Geom::Point const moved_w(motion_w - button_w);
1062 Geom::Point const button_w(event->button.x, event->button.y);
1063 Geom::Point const button_dt(desktop->w2d(button_w));

Completed in 13 milliseconds