Searched refs:point_on_screen (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipointer.c | 644 switch_screen = !point_on_screen(pScreen, x, y);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | input.h | 794 extern _X_HIDDEN Bool point_on_screen(ScreenPtr pScreen, int x, int y);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | inpututils.c | 851 point_on_screen(ScreenPtr pScreen, int x, int y) function in typeref:typename:Bool
|
| H A D | events.c | 536 if (!point_on_screen(pScreen, x, y)) { 540 if (point_on_screen(screenInfo.screens[i], x, y)) {
|
Completed in 13 milliseconds