OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cursor_transparent
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/iomd/
vidc20config.c
145
char *
cursor_transparent
;
variable in typeref:typename:char *
614
cursor_transparent
= cursor_data + (height * width);
616
cursor_transparent
+= 32; /* ALIGN */
617
cursor_transparent
= (char *)((int)
cursor_transparent
& (~31) );
628
cursor_transparent
[line * width + counter]=0x00;
630
cursor_transparent
[line * width + counter]=0;
636
(void) pmap_extract(pmap_kernel(), (vaddr_t)
cursor_transparent
,
640
memset(
cursor_transparent
, 0x00, width*height);/* to see the diffence */
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025