OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gr_color
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/minui/
minui.h
31
void
gr_color
(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
graphics.c
142
void
gr_color
(unsigned char r, unsigned char g, unsigned char b, unsigned char a)
function
/system/extras/tests/framebuffer/
minui.h
27
void
gr_color
(unsigned char r, unsigned char g, unsigned char b);
/bootable/recovery/
ui.c
97
gr_color
(0, 0, 0, 255);
123
gr_color
(0, 0, 0, 255);
159
gr_color
(0, 0, 0, 160);
164
gr_color
(64, 96, 255, 255);
170
gr_color
(255, 255, 255, 255);
172
gr_color
(64, 96, 255, 255);
182
gr_color
(255, 255, 0, 255);
Completed in 40 milliseconds