Searched defs:wx (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | desktop-events.cpp | 92 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); 143 if (wx < 50) { 145 } else if (wx > width - 50) { 194 if ((horiz ? wy : wx) >= 0) { 226 if ((horiz ? wy : wx) >= 0) {
|
/inkscape/src/ui/widget/ |
H A D | gimpspinscale.c | 653 int wx, wy; local 654 gdk_window_get_position (w, &wx, &wy); 655 *x += wx;
|
Completed in 37 milliseconds