Searched refs:CursorInfoPtr (Results 1 – 3 of 3) sorted by relevance
76 ScreenPriv->CursorInfoPtr = infoPtr; in xf86InitCursor()164 if (*width > ScreenPriv->CursorInfoPtr->MaxWidth) in xf86CursorQueryBestSize()165 *width = ScreenPriv->CursorInfoPtr->MaxWidth; in xf86CursorQueryBestSize()166 if (*height > ScreenPriv->CursorInfoPtr->MaxHeight) in xf86CursorQueryBestSize()167 *height = ScreenPriv->CursorInfoPtr->MaxHeight; in xf86CursorQueryBestSize()306 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; in xf86CursorSetCursor()
166 if (!xf86ScreenCheckHWCursor(pSlave, cursor, sPriv->CursorInfoPtr)) { in xf86CheckHWCursor()192 infoPtr = ScreenPriv->CursorInfoPtr; in xf86ScreenSetCursor()282 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; in xf86SetTransparentCursor()308 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; in xf86ScreenMoveCursor()345 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; in xf86RecolorCursor_locked()
21 xf86CursorInfoPtr CursorInfoPtr; member