Searched refs:xf86CheckHWCursor (Results 1 – 4 of 4) sorted by relevance
46 Bool xf86CheckHWCursor(ScreenPtr pScreen, CursorPtr cursor, xf86CursorInfoPtr infoPtr);
346 xf86CheckHWCursor(pScreen, cursor, infoPtr))) { in xf86CursorSetCursor()
140 xf86CheckHWCursor(ScreenPtr pScreen, CursorPtr cursor, xf86CursorInfoPtr infoPtr) in xf86CheckHWCursor() function
1371 RRHasScanoutPixmap() is called from xf86CheckHWCursor(), regardless of whether19237 ramdac: Check sPriv != NULL in xf86CheckHWCursor()19239 xf86CheckHWCursor() would dereference sPriv without NULL checking it. If Option21482 xf86Cursor: Add xf86CheckHWCursor() helper function