Lines Matching refs:screenInfo

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;
331 parentIsRoot = (stuff->parent == screenInfo.screens[0]->root->drawable.id) ||
332 (stuff->parent == screenInfo.screens[0]->screensaver.wid);
337 stuff->x = x - screenInfo.screens[j]->x;
338 stuff->y = y - screenInfo.screens[j]->y;
478 if(pWin->parent && ((pWin->parent == screenInfo.screens[0]->root) ||
479 (pWin->parent->drawable.id == screenInfo.screens[0]->screensaver.wid)))
498 *((CARD32 *) &stuff[1] + x_offset) = x - screenInfo.screens[j]->x;
500 *((CARD32 *) &stuff[1] + y_offset) = y - screenInfo.screens[j]->y;
547 rep.root = screenInfo.screens[0]->root->drawable.id;
565 if((pWin->parent == screenInfo.screens[0]->root) ||
566 (pWin->parent->drawable.id == screenInfo.screens[0]->screensaver.wid))
568 rep.x += screenInfo.screens[0]->x;
569 rep.y += screenInfo.screens[0]->y;
599 if((pWin == screenInfo.screens[0]->root) ||
600 (pWin->drawable.id == screenInfo.screens[0]->screensaver.wid))
602 x = stuff->srcX - screenInfo.screens[0]->x;
603 y = stuff->srcY - screenInfo.screens[0]->y;
636 if((pDst == screenInfo.screens[0]->root) ||
637 (pDst->drawable.id == screenInfo.screens[0]->screensaver.wid))
639 rep.dstX += screenInfo.screens[0]->x;
640 rep.dstY += screenInfo.screens[0]->y;
983 stuff->x = x - screenInfo.screens[j]->x;
984 stuff->y = y - screenInfo.screens[j]->y;
1096 stuff->srcX = srcx - screenInfo.screens[j]->x;
1097 stuff->srcY = srcy - screenInfo.screens[j]->y;
1100 stuff->dstX = dstx - screenInfo.screens[j]->x;
1101 stuff->dstY = dsty - screenInfo.screens[j]->y;
1127 screenInfo.screens[j]->x, screenInfo.screens[j]->y);
1201 stuff->srcX = srcx - screenInfo.screens[j]->x;
1202 stuff->srcY = srcy - screenInfo.screens[j]->y;
1205 stuff->dstX = dstx - screenInfo.screens[j]->x;
1206 stuff->dstY = dsty - screenInfo.screens[j]->y;
1287 int x_off = screenInfo.screens[j]->x;
1288 int y_off = screenInfo.screens[j]->y;
1347 int x_off = screenInfo.screens[j]->x;
1348 int y_off = screenInfo.screens[j]->y;
1410 int x_off = screenInfo.screens[j]->x;
1411 int y_off = screenInfo.screens[j]->y;
1473 int x_off = screenInfo.screens[j]->x;
1474 int y_off = screenInfo.screens[j]->y;
1535 int x_off = screenInfo.screens[j]->x;
1536 int y_off = screenInfo.screens[j]->y;
1593 int x_off = screenInfo.screens[j]->x;
1594 int y_off = screenInfo.screens[j]->y;
1656 int x_off = screenInfo.screens[j]->x;
1657 int y_off = screenInfo.screens[j]->y;
1717 int x_off = screenInfo.screens[j]->x;
1718 int y_off = screenInfo.screens[j]->y;
1770 stuff->dstX = orig_x - screenInfo.screens[j]->x;
1771 stuff->dstY = orig_y - screenInfo.screens[j]->y;
1836 screenInfo.screens[0]->x + pDraw->x + x < 0 ||
1837 screenInfo.screens[0]->x + pDraw->x + x + w > PanoramiXPixWidth ||
1838 screenInfo.screens[0]->y + pDraw->y + y < 0 ||
1839 screenInfo.screens[0]->y + pDraw->y + y + h > PanoramiXPixHeight ||
1973 stuff->x = orig_x - screenInfo.screens[j]->x;
1974 stuff->y = orig_y - screenInfo.screens[j]->y;
2014 stuff->x = orig_x - screenInfo.screens[j]->x;
2015 stuff->y = orig_y - screenInfo.screens[j]->y;
2055 stuff->x = orig_x - screenInfo.screens[j]->x;
2056 stuff->y = orig_y - screenInfo.screens[j]->y;
2096 stuff->x = orig_x - screenInfo.screens[j]->x;
2097 stuff->y = orig_y - screenInfo.screens[j]->y;