Searched refs:CurrentCursor (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
H A Dxf86CursorRD.c75 ScreenPriv->CurrentCursor = NULL;
133 if (ScreenPriv->CurrentCursor)
134 FreeCursor(ScreenPriv->CurrentCursor, None);
214 if (!enable && ScreenPriv->CurrentCursor != NullCursor) {
215 CursorPtr currentCursor = RefCursor(ScreenPriv->CurrentCursor);
260 ScreenPriv->CursorToRestore = ScreenPriv->CurrentCursor;
317 if (ScreenPriv->CurrentCursor)
318 FreeCursor(ScreenPriv->CurrentCursor, None);
319 ScreenPriv->CurrentCursor = NullCursor;
327 if (ScreenPriv->CurrentCursor)
[all...]
H A Dxf86CursorPriv.h20 CursorPtr CurrentCursor, CursorToRestore; member in struct:__anon802526a90108
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A Dxf86Cursor.c78 ScreenPriv->CurrentCursor = NULL;
134 if (ScreenPriv->CurrentCursor)
135 FreeCursor(ScreenPriv->CurrentCursor, None);
217 if (!enable && ScreenPriv->CurrentCursor != NullCursor) {
218 CursorPtr currentCursor = ScreenPriv->CurrentCursor;
261 ScreenPriv->CursorToRestore = ScreenPriv->CurrentCursor;
312 if (ScreenPriv->CurrentCursor)
313 FreeCursor(ScreenPriv->CurrentCursor, None);
314 ScreenPriv->CurrentCursor = NullCursor;
324 if (ScreenPriv->CurrentCursor)
[all...]
H A Dxf86CursorPriv.h20 CursorPtr CurrentCursor, CursorToRestore; member in struct:__anon8ffc04960108

Completed in 9 milliseconds