Home
last modified time | relevance | path

Searched refs:CursorInfoPtr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c76 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()
H A Dxf86HWCurs.c166 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()
H A Dxf86CursorPriv.h21 xf86CursorInfoPtr CursorInfoPtr; member