Lines Matching defs:pScreen
569 ScreenPtr pScreen;
604 pScreen = screenInfo.screens[0];
605 x = pScreen->width/2;
606 y = pScreen->height - StripeHeight/2;
607 (*pScreen->SetCursorPosition)(mouse, pScreen, x, y, TRUE);
756 reply.root = pWin->drawable.pScreen->root->drawable.id;
1097 root = pWin->drawable.pScreen->root->drawable.id;
1119 pDraw->x + x + width > pDraw->pScreen->width ||
1121 pDraw->y + y + height > pDraw->pScreen->height ||
1217 (*pDraw->pScreen->GetImage) (pDraw,
1275 (*pDraw->pScreen->GetImage) (pDraw,
1423 if ((pDst->pScreen != pSrc->pScreen) || (pDst->depth != pSrc->depth))
1478 if (pdstDraw->pScreen != psrcDraw->pScreen)