Lines Matching refs:devPrivates
71 dixSetPrivate(&pScreen->devPrivates, xf86CursorScreenKey, ScreenPriv); in xf86InitCursor()
94 PointPriv = dixLookupPrivate(&pScreen->devPrivates, miPointerScreenKey); in xf86InitCursor()
124 (miPointerScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorCloseScreen()
127 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorCloseScreen()
160 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorQueryBestSize()
177 (xf86CursorScreenPtr) dixLookupPrivate(&pMap->pScreen->devPrivates, in xf86CursorInstallColormap()
190 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorRecolorCursor()
211 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorEnableDisableFBAccess()
245 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorSwitchMode()
272 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorRealizeCursor()
276 dixSetScreenPrivate(&pCurs->devPrivates, CursorScreenKey, pScreen, in xf86CursorRealizeCursor()
286 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorUnrealizeCursor()
291 (&pCurs->devPrivates, CursorScreenKey, pScreen)); in xf86CursorUnrealizeCursor()
292 dixSetScreenPrivate(&pCurs->devPrivates, CursorScreenKey, pScreen, in xf86CursorUnrealizeCursor()
304 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorSetCursor()
400 ScreenPriv = (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorResetCursor()
413 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86CursorMoveCursor()
439 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86ForceHWCursor()
470 ScreenPriv = dixLookupPrivate(&pScreen->devPrivates, xf86CursorScreenKey); in xf86CurrentCursor()
494 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86DeviceCursorInitialize()
510 (xf86CursorScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86DeviceCursorCleanup()