Lines Matching refs:ScreenPriv

26 xf86RecolorCursor_locked(xf86CursorScreenPtr ScreenPriv, CursorPtr pCurs);
181 xf86CursorScreenPtr ScreenPriv = in xf86ScreenSetCursor() local
188 if (!ScreenPriv) { /* NULL if Option "SWCursor" */ in xf86ScreenSetCursor()
192 infoPtr = ScreenPriv->CursorInfoPtr; in xf86ScreenSetCursor()
231 xf86RecolorCursor_locked (ScreenPriv, pCurs); in xf86ScreenSetCursor()
241 xf86CursorScreenPtr ScreenPriv = in xf86SetCursor() local
249 x -= ScreenPriv->HotX; in xf86SetCursor()
250 y -= ScreenPriv->HotY; in xf86SetCursor()
279 xf86CursorScreenPtr ScreenPriv = in xf86SetTransparentCursor() local
282 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; in xf86SetTransparentCursor()
286 if (!ScreenPriv->transparentData) in xf86SetTransparentCursor()
287 ScreenPriv->transparentData = in xf86SetTransparentCursor()
293 if (ScreenPriv->transparentData) in xf86SetTransparentCursor()
295 ScreenPriv->transparentData); in xf86SetTransparentCursor()
305 xf86CursorScreenPtr ScreenPriv = in xf86ScreenMoveCursor() local
308 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; in xf86ScreenMoveCursor()
319 xf86CursorScreenPtr ScreenPriv = in xf86MoveCursor() local
326 x -= ScreenPriv->HotX; in xf86MoveCursor()
327 y -= ScreenPriv->HotY; in xf86MoveCursor()
343 xf86RecolorCursor_locked(xf86CursorScreenPtr ScreenPriv, CursorPtr pCurs) in xf86RecolorCursor_locked() argument
345 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; in xf86RecolorCursor_locked()
352 if (ScreenPriv->PalettedCursor) { in xf86RecolorCursor_locked()
354 ColormapPtr pmap = ScreenPriv->pInstalledMap; in xf86RecolorCursor_locked()
387 xf86CursorScreenPtr ScreenPriv = in xf86RecolorCursor() local
392 xf86RecolorCursor_locked (ScreenPriv, pCurs); in xf86RecolorCursor()