Searched refs:CURSOR_WIDTH (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_cursor.c | 62 #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 D | radeon_cursor.c | 62 #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 D | radeon_kms.c | 49 #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 D | amdgpu_drv.h | 217 #define CURSOR_WIDTH 64 macro
|
| H A D | amdgpu_kms.c | 1511 info->cursor_w = CURSOR_WIDTH;
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident_dac.c | 1138 #define CURSOR_WIDTH 64 macro 1154 size_bytes = CURSOR_WIDTH * 4 * CURSOR_HEIGHT;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon.h | 302 #define CURSOR_WIDTH 64 macro
|
| H A D | radeon_kms.c | 1994 info->cursor_w = CURSOR_WIDTH;
|
Completed in 15 milliseconds