Searched refs:CursorBitsPtr (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dcursorstr.h68 } CursorBits, *CursorBitsPtr; typedef in typeref:struct:_CursorBits *
73 CursorBitsPtr bits;
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dcursorstr.h71 } CursorBits, *CursorBitsPtr; typedef in typeref:struct:_CursorBits *
76 CursorBitsPtr bits;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcursor.c69 CursorBitsPtr bits;
82 FreeCursorBits(CursorBitsPtr bits)
143 CheckForEmptyMask(CursorBitsPtr bits)
237 CursorBitsPtr bits;
249 bits = (CursorBitsPtr)((char *)pCurs + CURSOR_REC_SIZE);
312 CursorBitsPtr bits;
390 bits = (CursorBitsPtr)((char *)pCurs + CURSOR_REC_SIZE);
392 bits = (CursorBitsPtr)NULL;
398 bits = (CursorBitsPtr)calloc(CURSOR_BITS_SIZE, 1);
400 bits = (CursorBitsPtr)NUL
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcursor.c66 CursorBitsPtr bits;
77 FreeCursorBits(CursorBitsPtr bits)
157 CheckForEmptyMask(CursorBitsPtr bits)
244 CursorBitsPtr bits;
253 bits = (CursorBitsPtr) ((char *) pCurs + CURSOR_REC_SIZE);
335 CursorBitsPtr bits;
399 bits = (CursorBitsPtr) ((char *) pCurs + CURSOR_REC_SIZE);
401 bits = (CursorBitsPtr) NULL;
406 bits = (CursorBitsPtr) calloc(CURSOR_BITS_SIZE, 1);
408 bits = (CursorBitsPtr) NUL
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunCursor.c49 static void sunCursorRepad (ScreenPtr, CursorBitsPtr, unsigned char *, unsigned char *, DDXPointPtr, int, int);
77 sunCursorRepad(ScreenPtr pScreen, CursorBitsPtr bits, unsigned char *src_bits, unsigned char *dst_bits, DDXPointPtr ptSrc, int w, int h)
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunCursor.c49 static void sunCursorRepad (ScreenPtr, CursorBitsPtr, unsigned char *, unsigned char *, DDXPointPtr, int, int);
77 sunCursorRepad(ScreenPtr pScreen, CursorBitsPtr bits, unsigned char *src_bits, unsigned char *dst_bits, DDXPointPtr ptSrc, int w, int h)
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dpointer.c242 CursorBitsPtr bitsp;
378 CursorBitsPtr bitsp;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_cursor.c212 CursorBitsPtr pCursorBits = pCursor->bits ;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxcursor.c586 CursorBitsPtr pBits = pCursor->bits;

Completed in 9 milliseconds