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

/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dalp_hwcurs.c19 #define CURSORWIDTH pAlp->CursorWidth macro
21 #define CURSORSIZE (CURSORWIDTH*CURSORHEIGHT/8)
55 Bool cur64 = (CURSORWIDTH == 64);
62 a = ((y*CURSORWIDTH<<shift)+x)>>3;
97 p2 = mem + CURSORWIDTH/8 - (x>>3) - 1;
101 p2 += CURSORWIDTH/8;
126 if (x+CURSORWIDTH <= 0 || y+CURSORHEIGHT <= 0) {
221 CURSORWIDTH = CURSORHEIGHT = 64;
223 CURSORWIDTH = CURSORHEIGHT = 32;
227 infoPtr->MaxWidth = CURSORWIDTH;
[all...]
H A Dlg_hwcurs.c35 #define CURSORWIDTH 64 macro
37 #define CURSORSIZE (CURSORWIDTH*CURSORHEIGHT/8)
181 for (w = 0; w < CURSORWIDTH >> 5; w++)
184 for (w = 0; w < CURSORWIDTH >> 5; w++)
202 for (w = 0; w < CURSORWIDTH >> 5; w++)
205 for (w = 0; w < CURSORWIDTH >> 5; w++)
368 infoPtr->MaxWidth = CURSORWIDTH;
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_cursor.c19 #define CURSORWIDTH 64 macro
21 #define CURSORSIZE (CURSORWIDTH * CURSORHEIGHT / 8)
77 infoPtr->MaxWidth = CURSORWIDTH;
128 if (x < -CURSORWIDTH || y < -CURSORHEIGHT) {

Completed in 4 milliseconds