HomeSort by: relevance | last modified time | path
    Searched refs:CURSOR_WIDTH (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_cursor.c 62 #define CURSOR_WIDTH 64
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/
radeon_cursor.c 62 #define CURSOR_WIDTH 64
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,
radeon_kms.c 49 #define CURSOR_WIDTH 64
839 return xf86_cursors_init (pScreen, CURSOR_WIDTH, CURSOR_HEIGHT,
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_drv.h 217 #define CURSOR_WIDTH 64
amdgpu_kms.c 1511 info->cursor_w = CURSOR_WIDTH;
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident_dac.c 1138 #define CURSOR_WIDTH 64
1154 size_bytes = CURSOR_WIDTH * 4 * CURSOR_HEIGHT;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon.h 302 #define CURSOR_WIDTH 64
radeon_kms.c 1994 info->cursor_w = CURSOR_WIDTH;

Completed in 36 milliseconds