Searched refs:PRIVATE_CURSOR (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dcursorstr.h83 #define CURSOR_REC_SIZE (sizeof(CursorRec) + dixPrivatesSize(PRIVATE_CURSOR))
H A Dprivates.h46 PRIVATE_CURSOR, enumerator in enum:__anon02518f030103
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dcursorstr.h88 #define CURSOR_REC_SIZE (sizeof(CursorRec) + dixPrivatesSize(PRIVATE_CURSOR))
H A Dprivates.h45 PRIVATE_CURSOR, enumerator in enum:__anon2f8c32f00103
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcursor.c133 dixFiniPrivates(pCurs, PRIVATE_CURSOR);
250 dixInitPrivates(pCurs, pCurs + 1, PRIVATE_CURSOR);
295 dixFiniPrivates(pCurs, PRIVATE_CURSOR);
347 dixInitPrivates(pCurs, pCurs + 1, PRIVATE_CURSOR);
409 dixInitPrivates(pCurs, pCurs + 1, PRIVATE_CURSOR);
474 dixFiniPrivates(pCurs, PRIVATE_CURSOR);
H A Dprivates.c79 [PRIVATE_CURSOR] = TRUE,
441 [PRIVATE_CURSOR] = "CURSOR",
H A Ddispatch.c3905 dixRegisterPrivateKey(&cursorScreenDevPriv[i], PRIVATE_CURSOR, 0);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcursor.c125 dixFiniPrivates(pCurs, PRIVATE_CURSOR);
254 dixInitPrivates(pCurs, pCurs + 1, PRIVATE_CURSOR);
318 dixFiniPrivates(pCurs, PRIVATE_CURSOR);
364 dixInitPrivates(pCurs, pCurs + 1, PRIVATE_CURSOR);
416 dixInitPrivates(pCurs, pCurs + 1, PRIVATE_CURSOR);
475 dixFiniPrivates(pCurs, PRIVATE_CURSOR);
H A Dprivates.c75 [PRIVATE_CURSOR] = TRUE,
104 [PRIVATE_CURSOR] = "CURSOR",
120 [PRIVATE_CURSOR] = FALSE,
H A Ddispatch.c4009 dixRegisterScreenPrivateKey(&cursorScreenDevPriv, pScreen, PRIVATE_CURSOR,
4060 * We cannot register the Screen PRIVATE_CURSOR key if cursors are already
4062 * PRIVATE_CURSOR. Once this is fixed the if() can be removed and we can
4063 * register the Screen PRIVATE_CURSOR key unconditionally.
4065 if (!dixPrivatesCreated(PRIVATE_CURSOR))
4067 PRIVATE_CURSOR, 0);
/xsrc/external/mit/xorg-server.old/dist/render/
H A Danimcur.c377 dixInitPrivates(pCursor, pCursor + 1, PRIVATE_CURSOR);
395 dixFiniPrivates(pCursor, PRIVATE_CURSOR);
/xsrc/external/mit/xorg-server/dist/render/
H A Danimcur.c323 dixInitPrivates(pCursor, pCursor + 1, PRIVATE_CURSOR);
347 dixFiniPrivates(pCursor, PRIVATE_CURSOR);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrcursor.c249 if (!dixRegisterPrivateKey(&ephyrCursorPrivateKey, PRIVATE_CURSOR,

Completed in 26 milliseconds