Home
last modified time | relevance | path

Searched refs:gr_text (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/minui/
Dminui.h40 int gr_text(int x, int y, const char *s, int bold);
Dgraphics.c226 int gr_text(int x, int y, const char *s, int bold) in gr_text() function
/bootable/recovery/
Dscreen_ui.cpp223 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()