Lines Matching refs:screenInfo
132 parentIsRoot = (stuff->parent == screenInfo.screens[0]->root->drawable.id) in PanoramiXCreateWindow()
133 || (stuff->parent == screenInfo.screens[0]->screensaver.wid); in PanoramiXCreateWindow()
138 stuff->x = orig_x - screenInfo.screens[j]->x; in PanoramiXCreateWindow()
139 stuff->y = orig_y - screenInfo.screens[j]->y; in PanoramiXCreateWindow()
341 parentIsRoot = (stuff->parent == screenInfo.screens[0]->root->drawable.id) in PanoramiXReparentWindow()
342 || (stuff->parent == screenInfo.screens[0]->screensaver.wid); in PanoramiXReparentWindow()
347 stuff->x = x - screenInfo.screens[j]->x; in PanoramiXReparentWindow()
348 stuff->y = y - screenInfo.screens[j]->y; in PanoramiXReparentWindow()
499 if (pWin->parent && ((pWin->parent == screenInfo.screens[0]->root) || in PanoramiXConfigureWindow()
501 screenInfo.screens[0]->screensaver.wid))) { in PanoramiXConfigureWindow()
519 *((CARD32 *) &stuff[1] + x_offset) = x - screenInfo.screens[j]->x; in PanoramiXConfigureWindow()
521 *((CARD32 *) &stuff[1] + y_offset) = y - screenInfo.screens[j]->y; in PanoramiXConfigureWindow()
573 .root = screenInfo.screens[0]->root->drawable.id, in PanoramiXGetGeometry()
594 if ((pWin->parent == screenInfo.screens[0]->root) || in PanoramiXGetGeometry()
596 screenInfo.screens[0]->screensaver.wid)) { in PanoramiXGetGeometry()
597 rep.x += screenInfo.screens[0]->x; in PanoramiXGetGeometry()
598 rep.y += screenInfo.screens[0]->y; in PanoramiXGetGeometry()
632 if ((pWin == screenInfo.screens[0]->root) || in PanoramiXTranslateCoords()
633 (pWin->drawable.id == screenInfo.screens[0]->screensaver.wid)) { in PanoramiXTranslateCoords()
634 x = stuff->srcX - screenInfo.screens[0]->x; in PanoramiXTranslateCoords()
635 y = stuff->srcY - screenInfo.screens[0]->y; in PanoramiXTranslateCoords()
669 if ((pDst == screenInfo.screens[0]->root) || in PanoramiXTranslateCoords()
670 (pDst->drawable.id == screenInfo.screens[0]->screensaver.wid)) { in PanoramiXTranslateCoords()
671 rep.dstX += screenInfo.screens[0]->x; in PanoramiXTranslateCoords()
672 rep.dstY += screenInfo.screens[0]->y; in PanoramiXTranslateCoords()
1029 stuff->x = x - screenInfo.screens[j]->x; in PanoramiXClearToBackground()
1030 stuff->y = y - screenInfo.screens[j]->y; in PanoramiXClearToBackground()
1145 dx += screenInfo.screens[0]->x; in PanoramiXCopyArea()
1146 dy += screenInfo.screens[0]->y; in PanoramiXCopyArea()
1158 ScreenPtr screen = screenInfo.screens[j]; in PanoramiXCopyArea()
1203 stuff->srcX = srcx - screenInfo.screens[j]->x; in PanoramiXCopyArea()
1204 stuff->srcY = srcy - screenInfo.screens[j]->y; in PanoramiXCopyArea()
1207 stuff->dstX = dstx - screenInfo.screens[j]->x; in PanoramiXCopyArea()
1208 stuff->dstY = dsty - screenInfo.screens[j]->y; in PanoramiXCopyArea()
1235 screenInfo.screens[j]->x, in PanoramiXCopyArea()
1236 screenInfo.screens[j]->y); in PanoramiXCopyArea()
1315 stuff->srcX = srcx - screenInfo.screens[j]->x; in PanoramiXCopyPlane()
1316 stuff->srcY = srcy - screenInfo.screens[j]->y; in PanoramiXCopyPlane()
1319 stuff->dstX = dstx - screenInfo.screens[j]->x; in PanoramiXCopyPlane()
1320 stuff->dstY = dsty - screenInfo.screens[j]->y; in PanoramiXCopyPlane()
1406 int x_off = screenInfo.screens[j]->x; in PanoramiXPolyPoint()
1407 int y_off = screenInfo.screens[j]->y; in PanoramiXPolyPoint()
1471 int x_off = screenInfo.screens[j]->x; in PanoramiXPolyLine()
1472 int y_off = screenInfo.screens[j]->y; in PanoramiXPolyLine()
1540 int x_off = screenInfo.screens[j]->x; in PanoramiXPolySegment()
1541 int y_off = screenInfo.screens[j]->y; in PanoramiXPolySegment()
1609 int x_off = screenInfo.screens[j]->x; in PanoramiXPolyRectangle()
1610 int y_off = screenInfo.screens[j]->y; in PanoramiXPolyRectangle()
1675 int x_off = screenInfo.screens[j]->x; in PanoramiXPolyArc()
1676 int y_off = screenInfo.screens[j]->y; in PanoramiXPolyArc()
1738 int x_off = screenInfo.screens[j]->x; in PanoramiXFillPoly()
1739 int y_off = screenInfo.screens[j]->y; in PanoramiXFillPoly()
1807 int x_off = screenInfo.screens[j]->x; in PanoramiXPolyFillRectangle()
1808 int y_off = screenInfo.screens[j]->y; in PanoramiXPolyFillRectangle()
1873 int x_off = screenInfo.screens[j]->x; in PanoramiXPolyFillArc()
1874 int y_off = screenInfo.screens[j]->y; in PanoramiXPolyFillArc()
1929 stuff->dstX = orig_x - screenInfo.screens[j]->x; in PanoramiXPutImage()
1930 stuff->dstY = orig_y - screenInfo.screens[j]->y; in PanoramiXPutImage()
1996 if (screenInfo.screens[0]->x + pDraw->x + x < 0 || in PanoramiXGetImage()
1997 screenInfo.screens[0]->x + pDraw->x + x + w > PanoramiXPixWidth || in PanoramiXGetImage()
1998 screenInfo.screens[0]->y + pDraw->y + y < 0 || in PanoramiXGetImage()
1999 screenInfo.screens[0]->y + pDraw->y + y + h > PanoramiXPixHeight || in PanoramiXGetImage()
2136 stuff->x = orig_x - screenInfo.screens[j]->x; in PanoramiXPolyText8()
2137 stuff->y = orig_y - screenInfo.screens[j]->y; in PanoramiXPolyText8()
2179 stuff->x = orig_x - screenInfo.screens[j]->x; in PanoramiXPolyText16()
2180 stuff->y = orig_y - screenInfo.screens[j]->y; in PanoramiXPolyText16()
2222 stuff->x = orig_x - screenInfo.screens[j]->x; in PanoramiXImageText8()
2223 stuff->y = orig_y - screenInfo.screens[j]->y; in PanoramiXImageText8()
2265 stuff->x = orig_x - screenInfo.screens[j]->x; in PanoramiXImageText16()
2266 stuff->y = orig_y - screenInfo.screens[j]->y; in PanoramiXImageText16()