Home
last modified time | relevance | path

Searched refs:PRIVATE_CURSOR_BITS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dcursor.c84 dixFiniPrivates(bits, PRIVATE_CURSOR_BITS); in FreeCursorBits()
255 dixInitPrivates(bits, bits + 1, PRIVATE_CURSOR_BITS) in AllocARGBCursor()
417 dixInitPrivates(bits, bits + 1, PRIVATE_CURSOR_BITS); in AllocGlyphCursor()
H A Dprivates.c105 [PRIVATE_CURSOR_BITS] = "CURSOR_BITS",
/OK3568_Linux_fs/external/xserver/include/
H A Dcursorstr.h70 #define CURSOR_BITS_SIZE (sizeof(CursorBits) + dixPrivatesSize(PRIVATE_CURSOR_BITS))
H A Dprivates.h46 PRIVATE_CURSOR_BITS, enumerator
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrcursor.c249 if (!dixRegisterPrivateKey(&ephyrCursorPrivateKey, PRIVATE_CURSOR_BITS, in ephyrCursorInit()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-cursor.c308 if (!dixRegisterPrivateKey(&xwl_cursor_private_key, PRIVATE_CURSOR_BITS, 0)) in xwl_screen_init_cursor()