Searched refs:CURSORSIZE (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dalp_hwcurs.c21 #define CURSORSIZE (CURSORWIDTH*CURSORHEIGHT/8) macro
68 for (i = 0; i < (CURSORSIZE << shift)-a-1; i++) {
76 for (i = i+1; i < (CURSORSIZE << shift); i++)
82 p2 = CursorBits+CURSORSIZE+a;
83 for (i = 0; i < CURSORSIZE-a-1; i++) {
92 for (i = i+1; i < CURSORSIZE; i++)
108 memcpy(memx, mem, 2*CURSORSIZE);
135 memcpy(pAlp->HWCursorBits, pAlp->CursorBits, 2*CURSORSIZE);
154 memcpy(pAlp->HWCursorBits, bits, 2*CURSORSIZE);
225 pAlp->HWCursorBits = pCir->FbBase + 1024*pScrn->videoRam - 2*CURSORSIZE;
[all...]
H A Dlg_hwcurs.c37 #define CURSORSIZE (CURSORWIDTH*CURSORHEIGHT/8) macro
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_cursor.c21 #define CURSORSIZE (CURSORWIDTH * CURSORHEIGHT / 8) macro
22 #define CURSORALIGN ((CURSORSIZE + 1023) & ~1023l)
187 u8 tmp[2 * CURSORSIZE];

Completed in 5 milliseconds