Searched refs:gr_text (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/minui/ |
D | minui.h | 40 int gr_text(int x, int y, const char *s, int bold);
|
D | graphics.c | 226 int gr_text(int x, int y, const char *s, int bold) in gr_text() function
|
/bootable/recovery/ |
D | screen_ui.cpp | 223 if (menu[i][0]) gr_text(4, y, menu[i], 1); in draw_screen_locked() 226 if (menu[i][0]) gr_text(4, y, menu[i], i < menu_top); in draw_screen_locked() 247 gr_text(4, ty, text[row], 0); in draw_screen_locked()
|