Home
last modified time | relevance | path

Searched refs:CursorBitsPtr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dcursor.c66 CursorBitsPtr bits;
77 FreeCursorBits(CursorBitsPtr bits) in FreeCursorBits()
157 CheckForEmptyMask(CursorBitsPtr bits) in CheckForEmptyMask()
244 CursorBitsPtr bits; in AllocARGBCursor()
253 bits = (CursorBitsPtr) ((char *) pCurs + CURSOR_REC_SIZE); in AllocARGBCursor()
335 CursorBitsPtr bits; in AllocGlyphCursor()
399 bits = (CursorBitsPtr) ((char *) pCurs + CURSOR_REC_SIZE); in AllocGlyphCursor()
401 bits = (CursorBitsPtr) NULL; in AllocGlyphCursor()
406 bits = (CursorBitsPtr) calloc(CURSOR_BITS_SIZE, 1); in AllocGlyphCursor()
408 bits = (CursorBitsPtr) NULL; in AllocGlyphCursor()
/OK3568_Linux_fs/external/xserver/include/
H A Dcursorstr.h68 } CursorBits, *CursorBitsPtr; typedef
73 CursorBitsPtr bits;
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-cursor.c37 CursorBitsPtr bits = cursor->bits; in expand_source_and_mask()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcursor.c598 CursorBitsPtr pBits = pCursor->bits; in dmxBECreateCursor()