Lines Matching refs:infoPtr
55 xf86InitCursor(ScreenPtr pScreen, xf86CursorInfoPtr infoPtr) in xf86InitCursor() argument
61 if (!xf86InitHardwareCursor(pScreen, infoPtr)) in xf86InitCursor()
76 ScreenPriv->CursorInfoPtr = infoPtr; in xf86InitCursor()
87 if ((infoPtr->pScrn->bitsPerPixel == 8) && in xf86InitCursor()
88 !(infoPtr->Flags & HARDWARE_CURSOR_TRUECOLOR_AT_8BPP)) { in xf86InitCursor()
97 if (infoPtr->Flags & HARDWARE_CURSOR_SHOW_TRANSPARENT) in xf86InitCursor()
306 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; in xf86CursorSetCursor() local
336 if (!infoPtr->pScrn->vtSema) { in xf86CursorSetCursor()
344 if (infoPtr->pScrn->vtSema && in xf86CursorSetCursor()
346 xf86CheckHWCursor(pScreen, cursor, infoPtr))) { in xf86CursorSetCursor()
356 miPointerSetWaitForUpdate(pScreen, !infoPtr->pScrn->silkenMouse); in xf86CursorSetCursor()
365 if (infoPtr->Flags & HARDWARE_CURSOR_SHOW_TRANSPARENT) { in xf86CursorSetCursor()
481 xf86DestroyCursorInfoRec(xf86CursorInfoPtr infoPtr) in xf86DestroyCursorInfoRec() argument
483 free(infoPtr); in xf86DestroyCursorInfoRec()