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

/inkscape/src/
H A Ddesktop-events.cpp92 int wx, wy; local
102 gdk_window_get_device_position(window, device, &wx, &wy, NULL);
105 gdk_window_get_pointer(window, &wx, &wy, NULL);
109 Geom::Point const event_win(wx, wy);
151 if (wy < 50) {
153 } else if (wy > height - 50) {
194 if ((horiz ? wy : wx) >= 0) {
226 if ((horiz ? wy : wx) >= 0) {
/inkscape/src/ui/widget/
H A Dgimpspinscale.c653 int wx, wy; local
654 gdk_window_get_position (w, &wx, &wy);
656 *y += wy;

Completed in 19 milliseconds