Lines Matching refs:newScreen
82 ScreenPtr newScreen; in ProcXIWarpPointer() local
147 newScreen = dest->drawable.pScreen; in ProcXIWarpPointer()
150 newScreen = pSprite->hotPhys.pScreen; in ProcXIWarpPointer()
157 else if (x > newScreen->width) in ProcXIWarpPointer()
158 x = newScreen->width - 1; in ProcXIWarpPointer()
162 else if (y > newScreen->height) in ProcXIWarpPointer()
163 y = newScreen->height - 1; in ProcXIWarpPointer()
165 if (newScreen == pSprite->hotPhys.pScreen) { in ProcXIWarpPointer()
178 (*newScreen->SetCursorPosition) (pDev, newScreen, x, y, TRUE); in ProcXIWarpPointer()
181 NewCurrentScreen(pDev, newScreen, x, y); in ProcXIWarpPointer()
189 if (*newScreen->CursorWarpedTo) in ProcXIWarpPointer()
190 (*newScreen->CursorWarpedTo) (pDev, newScreen, client, in ProcXIWarpPointer()