Lines Matching refs:CURSORSIZE
21 #define CURSORSIZE (CURSORWIDTH*CURSORHEIGHT/8)
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;