Searched refs:CURSOR_WIDTH (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_cursor.c62 #define CURSOR_WIDTH 64 macro
140 if (xorigin >= CURSOR_WIDTH) xorigin = CURSOR_WIDTH - 1;
181 CURSOR_WIDTH * CURSOR_HEIGHT / 4, APER_0_BIG_ENDIAN_32BPP_SWAP);
184 CURSOR_WIDTH * CURSOR_HEIGHT / 4, APER_0_BIG_ENDIAN_16BPP_SWAP);
187 memcpy(info->FB + r128_crtc->cursor_offset + pScrn->fbOffset, src, CURSOR_WIDTH * CURSOR_HEIGHT / 4);
216 size = CURSOR_WIDTH * CURSOR_HEIGHT / 4;
257 return xf86_cursors_init(pScreen, CURSOR_WIDTH, CURSOR_HEIGHT,
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_cursor.c62 #define CURSOR_WIDTH 64 macro
263 int w = CURSOR_WIDTH;
267 if (xorigin >= CURSOR_WIDTH) xorigin = CURSOR_WIDTH - 1;
373 for (i = 0; i < CURSOR_WIDTH * CURSOR_HEIGHT; i++, pixels++)
399 memcpy (d, image, CURSOR_HEIGHT * CURSOR_WIDTH * 4);
421 int size_bytes = CURSOR_WIDTH * 4 * CURSOR_HEIGHT;
444 return xf86_cursors_init (pScreen, CURSOR_WIDTH, CURSOR_HEIGHT,
H A Dradeon_kms.c49 #define CURSOR_WIDTH 64 macro
839 return xf86_cursors_init (pScreen, CURSOR_WIDTH, CURSOR_HEIGHT,
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_drv.h217 #define CURSOR_WIDTH 64 macro
H A Damdgpu_kms.c1511 info->cursor_w = CURSOR_WIDTH;
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_dac.c1138 #define CURSOR_WIDTH 64 macro
1154 size_bytes = CURSOR_WIDTH * 4 * CURSOR_HEIGHT;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon.h302 #define CURSOR_WIDTH 64 macro
H A Dradeon_kms.c1994 info->cursor_w = CURSOR_WIDTH;

Completed in 15 milliseconds