OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CURSOR_HEIGHT
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_cursor.c
63
#define
CURSOR_HEIGHT
64
141
if (yorigin >=
CURSOR_HEIGHT
) yorigin =
CURSOR_HEIGHT
- 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
63
#define
CURSOR_HEIGHT
64
268
if (yorigin >=
CURSOR_HEIGHT
) yorigin =
CURSOR_HEIGHT
- 1;
303
((w - 1) << 16) | (
CURSOR_HEIGHT
- 1));
310
OUTREG(AVIVO_D1CUR_SIZE + radeon_crtc->crtc_offset, ((w - 1) << 16) | (
CURSOR_HEIGHT
- 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
50
#define
CURSOR_HEIGHT
64
839
return xf86_cursors_init (pScreen, CURSOR_WIDTH,
CURSOR_HEIGHT
,
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_drv.h
218
#define
CURSOR_HEIGHT
64
amdgpu_kms.c
1518
info->cursor_h =
CURSOR_HEIGHT
;
/xsrc/external/mit/xf86-video-trident/dist/src/
trident_dac.c
1139
#define
CURSOR_HEIGHT
64
1154
size_bytes = CURSOR_WIDTH * 4 *
CURSOR_HEIGHT
;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon.h
303
#define
CURSOR_HEIGHT
64
radeon_kms.c
1995
info->cursor_h =
CURSOR_HEIGHT
;
Completed in 11 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026