Lines Matching refs:screenInfo

519     x += screenInfo.screens[0]->x;  in XineramaSetCursorPosition()
520 y += screenInfo.screens[0]->y; in XineramaSetCursorPosition()
526 if (point_on_screen(screenInfo.screens[i], x, y)) { in XineramaSetCursorPosition()
527 pScreen = screenInfo.screens[i]; in XineramaSetCursorPosition()
534 pSprite->hotPhys.x = x - screenInfo.screens[0]->x; in XineramaSetCursorPosition()
535 pSprite->hotPhys.y = y - screenInfo.screens[0]->y; in XineramaSetCursorPosition()
554 newBox.x1 += screenInfo.screens[0]->x - pScreen->x; in XineramaConstrainCursor()
555 newBox.x2 += screenInfo.screens[0]->x - pScreen->x; in XineramaConstrainCursor()
556 newBox.y1 += screenInfo.screens[0]->y - pScreen->y; in XineramaConstrainCursor()
557 newBox.y2 += screenInfo.screens[0]->y - pScreen->y; in XineramaConstrainCursor()
567 if (pWin == screenInfo.screens[0]->root) { in XineramaSetWindowPntrs()
571 pSprite->windows[i] = screenInfo.screens[i]->root; in XineramaSetWindowPntrs()
608 off_x = screenInfo.screens[i]->x; in XineramaConfineCursorToWindow()
609 off_y = screenInfo.screens[i]->y; in XineramaConfineCursorToWindow()
612 x = off_x - screenInfo.screens[i]->x; in XineramaConfineCursorToWindow()
613 y = off_y - screenInfo.screens[i]->y; in XineramaConfineCursorToWindow()
621 off_x = screenInfo.screens[i]->x; in XineramaConfineCursorToWindow()
622 off_y = screenInfo.screens[i]->y; in XineramaConfineCursorToWindow()
634 (pWin == screenInfo.screens[0]->root) ? NullWindow : pWin; in XineramaConfineCursorToWindow()
812 off_x = screenInfo.screens[i]->x; in CheckVirtualMotion()
813 off_y = screenInfo.screens[i]->y; in CheckVirtualMotion()
816 x = off_x - screenInfo.screens[i]->x; in CheckVirtualMotion()
817 y = off_y - screenInfo.screens[i]->y; in CheckVirtualMotion()
825 off_x = screenInfo.screens[i]->x; in CheckVirtualMotion()
826 off_y = screenInfo.screens[i]->y; in CheckVirtualMotion()
1173 event->root_x += pSprite->screen->x - screenInfo.screens[0]->x; in EnqueueEvent()
1174 event->root_y += pSprite->screen->y - screenInfo.screens[0]->y; in EnqueueEvent()
1252 ev->root_x += screenInfo.screens[0]->x - in PlayReleasedEvents()
1254 ev->root_y += screenInfo.screens[0]->y - in PlayReleasedEvents()
2379 for (i = 0; i < screenInfo.numScreens; i++) { in DeliverRawEvent()
2383 root = screenInfo.screens[i]->root; in DeliverRawEvent()
2861 x + screenInfo.screens[0]->x - in PointInBorderSize()
2862 screenInfo.screens[i]->x, in PointInBorderSize()
2863 y + screenInfo.screens[0]->y - in PointInBorderSize()
2864 screenInfo.screens[i]->y, &box)) in PointInBorderSize()
3013 ev->root_x += pSprite->screen->x - screenInfo.screens[0]->x; in CheckMotion()
3014 ev->root_y += pSprite->screen->y - screenInfo.screens[0]->y; in CheckMotion()
3241 pSprite->pEnqueueScreen = screenInfo.screens[0]; in InitializeSprite()
3262 pSprite->hotLimits.x1 = -screenInfo.screens[0]->x; in InitializeSprite()
3263 pSprite->hotLimits.y1 = -screenInfo.screens[0]->y; in InitializeSprite()
3264 pSprite->hotLimits.x2 = PanoramiXPixWidth - screenInfo.screens[0]->x; in InitializeSprite()
3265 pSprite->hotLimits.y2 = PanoramiXPixHeight - screenInfo.screens[0]->y; in InitializeSprite()
3342 pSprite->hotLimits.x1 = -screenInfo.screens[0]->x; in UpdateSpriteForScreen()
3343 pSprite->hotLimits.y1 = -screenInfo.screens[0]->y; in UpdateSpriteForScreen()
3344 pSprite->hotLimits.x2 = PanoramiXPixWidth - screenInfo.screens[0]->x; in UpdateSpriteForScreen()
3345 pSprite->hotLimits.y2 = PanoramiXPixHeight - screenInfo.screens[0]->y; in UpdateSpriteForScreen()
3384 pSprite->hotPhys.x += newScreen->x - screenInfo.screens[0]->x; in NewCurrentScreen()
3385 pSprite->hotPhys.y += newScreen->y - screenInfo.screens[0]->y; in NewCurrentScreen()
3392 XineramaConfineCursorToWindow(ptr, screenInfo.screens[0]->root, in NewCurrentScreen()
3400 screenInfo.screens[0]-> in NewCurrentScreen()
3403 screenInfo.screens[0]-> in NewCurrentScreen()
3431 xoff = x + screenInfo.screens[0]->x; in XineramaPointInWindowIsVisible()
3432 yoff = y + screenInfo.screens[0]->y; in XineramaPointInWindowIsVisible()
3437 x = xoff - screenInfo.screens[i]->x; in XineramaPointInWindowIsVisible()
3438 y = yoff - screenInfo.screens[i]->y; in XineramaPointInWindowIsVisible()
3480 if (source == screenInfo.screens[0]->root) { in XineramaWarpPointer()
3481 winX -= screenInfo.screens[0]->x; in XineramaWarpPointer()
3482 winY -= screenInfo.screens[0]->y; in XineramaWarpPointer()
3496 if (dest == screenInfo.screens[0]->root) { in XineramaWarpPointer()
3497 x -= screenInfo.screens[0]->x; in XineramaWarpPointer()
3498 y -= screenInfo.screens[0]->y; in XineramaWarpPointer()
5259 rep.rootX += screenInfo.screens[0]->x; in ProcQueryPointer()
5260 rep.rootY += screenInfo.screens[0]->y; in ProcQueryPointer()
5262 rep.winX += screenInfo.screens[0]->x; in ProcQueryPointer()
5263 rep.winY += screenInfo.screens[0]->y; in ProcQueryPointer()
5878 for (nscr = 0; nscr < screenInfo.numScreens; nscr++) { in ProcRecolorCursor()
5879 pscr = screenInfo.screens[nscr]; in ProcRecolorCursor()
5927 (screenInfo.screens[0]->x || screenInfo.screens[0]->y)) { in WriteEventsToClient()
5943 eventCopy.u.keyButtonPointer.rootX += screenInfo.screens[0]->x; in WriteEventsToClient()
5944 eventCopy.u.keyButtonPointer.rootY += screenInfo.screens[0]->y; in WriteEventsToClient()
5947 eventCopy.u.keyButtonPointer.eventX += screenInfo.screens[0]->x; in WriteEventsToClient()
5948 eventCopy.u.keyButtonPointer.eventY += screenInfo.screens[0]->y; in WriteEventsToClient()