Searched refs:point_on_screen (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | input.h | 713 extern _X_HIDDEN Bool point_on_screen(ScreenPtr pScreen, int x, int y);
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mipointer.c | 615 switch_screen = !point_on_screen(pScreen, x, y); in miPointerSetPosition()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | inpututils.c | 824 point_on_screen(ScreenPtr pScreen, int x, int y) in point_on_screen() function
|
| H A D | events.c | 522 if (!point_on_screen(pScreen, x, y)) { in XineramaSetCursorPosition() 526 if (point_on_screen(screenInfo.screens[i], x, y)) { in XineramaSetCursorPosition()
|