Lines Matching refs:screens

132     parentIsRoot = (stuff->parent == screenInfo.screens[0]->root->drawable.id)
133 || (stuff->parent == screenInfo.screens[0]->screensaver.wid);
138 stuff->x = orig_x - screenInfo.screens[j]->x;
139 stuff->y = orig_y - screenInfo.screens[j]->y;
341 parentIsRoot = (stuff->parent == screenInfo.screens[0]->root->drawable.id)
342 || (stuff->parent == screenInfo.screens[0]->screensaver.wid);
347 stuff->x = x - screenInfo.screens[j]->x;
348 stuff->y = y - screenInfo.screens[j]->y;
499 if (pWin->parent && ((pWin->parent == screenInfo.screens[0]->root) ||
501 screenInfo.screens[0]->screensaver.wid))) {
519 *((CARD32 *) &stuff[1] + x_offset) = x - screenInfo.screens[j]->x;
521 *((CARD32 *) &stuff[1] + y_offset) = y - screenInfo.screens[j]->y;
573 .root = screenInfo.screens[0]->root->drawable.id,
594 if ((pWin->parent == screenInfo.screens[0]->root) ||
596 screenInfo.screens[0]->screensaver.wid)) {
597 rep.x += screenInfo.screens[0]->x;
598 rep.y += screenInfo.screens[0]->y;
632 if ((pWin == screenInfo.screens[0]->root) ||
633 (pWin->drawable.id == screenInfo.screens[0]->screensaver.wid)) {
634 x = stuff->srcX - screenInfo.screens[0]->x;
635 y = stuff->srcY - screenInfo.screens[0]->y;
669 if ((pDst == screenInfo.screens[0]->root) ||
670 (pDst->drawable.id == screenInfo.screens[0]->screensaver.wid)) {
671 rep.dstX += screenInfo.screens[0]->x;
672 rep.dstY += screenInfo.screens[0]->y;
1029 stuff->x = x - screenInfo.screens[j]->x;
1030 stuff->y = y - screenInfo.screens[j]->y;
1043 screens overlap and the window lies on each, the two copies
1145 dx += screenInfo.screens[0]->x;
1146 dy += screenInfo.screens[0]->y;
1158 ScreenPtr screen = screenInfo.screens[j];
1203 stuff->srcX = srcx - screenInfo.screens[j]->x;
1204 stuff->srcY = srcy - screenInfo.screens[j]->y;
1207 stuff->dstX = dstx - screenInfo.screens[j]->x;
1208 stuff->dstY = dsty - screenInfo.screens[j]->y;
1235 screenInfo.screens[j]->x,
1236 screenInfo.screens[j]->y);
1315 stuff->srcX = srcx - screenInfo.screens[j]->x;
1316 stuff->srcY = srcy - screenInfo.screens[j]->y;
1319 stuff->dstX = dstx - screenInfo.screens[j]->x;
1320 stuff->dstY = dsty - screenInfo.screens[j]->y;
1406 int x_off = screenInfo.screens[j]->x;
1407 int y_off = screenInfo.screens[j]->y;
1471 int x_off = screenInfo.screens[j]->x;
1472 int y_off = screenInfo.screens[j]->y;
1540 int x_off = screenInfo.screens[j]->x;
1541 int y_off = screenInfo.screens[j]->y;
1609 int x_off = screenInfo.screens[j]->x;
1610 int y_off = screenInfo.screens[j]->y;
1675 int x_off = screenInfo.screens[j]->x;
1676 int y_off = screenInfo.screens[j]->y;
1738 int x_off = screenInfo.screens[j]->x;
1739 int y_off = screenInfo.screens[j]->y;
1807 int x_off = screenInfo.screens[j]->x;
1808 int y_off = screenInfo.screens[j]->y;
1873 int x_off = screenInfo.screens[j]->x;
1874 int y_off = screenInfo.screens[j]->y;
1929 stuff->dstX = orig_x - screenInfo.screens[j]->x;
1930 stuff->dstY = orig_y - screenInfo.screens[j]->y;
1996 if (screenInfo.screens[0]->x + pDraw->x + x < 0 ||
1997 screenInfo.screens[0]->x + pDraw->x + x + w > PanoramiXPixWidth ||
1998 screenInfo.screens[0]->y + pDraw->y + y < 0 ||
1999 screenInfo.screens[0]->y + pDraw->y + y + h > PanoramiXPixHeight ||
2136 stuff->x = orig_x - screenInfo.screens[j]->x;
2137 stuff->y = orig_y - screenInfo.screens[j]->y;
2179 stuff->x = orig_x - screenInfo.screens[j]->x;
2180 stuff->y = orig_y - screenInfo.screens[j]->y;
2222 stuff->x = orig_x - screenInfo.screens[j]->x;
2223 stuff->y = orig_y - screenInfo.screens[j]->y;
2265 stuff->x = orig_x - screenInfo.screens[j]->x;
2266 stuff->y = orig_y - screenInfo.screens[j]->y;