Searched refs:PRIVATE_CURSOR_BITS (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | cursor.c | 84 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 D | privates.c | 105 [PRIVATE_CURSOR_BITS] = "CURSOR_BITS",
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | cursorstr.h | 70 #define CURSOR_BITS_SIZE (sizeof(CursorBits) + dixPrivatesSize(PRIVATE_CURSOR_BITS))
|
| H A D | privates.h | 46 PRIVATE_CURSOR_BITS, enumerator
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyrcursor.c | 249 if (!dixRegisterPrivateKey(&ephyrCursorPrivateKey, PRIVATE_CURSOR_BITS, in ephyrCursorInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-cursor.c | 308 if (!dixRegisterPrivateKey(&xwl_cursor_private_key, PRIVATE_CURSOR_BITS, 0)) in xwl_screen_init_cursor()
|