OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gr_text
(Results
1 - 5
of
5
) sorted by null
/system/extras/tests/framebuffer/
minui.h
29
int
gr_text
(int x, int y, const char *s);
/bootable/recovery/minui/
minui.h
36
int
gr_text
(int x, int y, const char *s);
graphics.c
211
int
gr_text
(int x, int y, const char *s)
function
/bootable/recovery/
ui.c
184
gr_text
(0, (row+1)*CHAR_HEIGHT-1, t);
/system/core/charger/
charger.c
591
gr_text
(x, y, str);
Completed in 879 milliseconds