Home
last modified time | relevance | path

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

/bootable/recovery/
Dwear_ui.cpp139 gr_text(gr_sys_font(), x+4, y, cur_selection_str, 1); in draw_screen_locked()
155 gr_text(gr_sys_font(), x + 4, y, menu_[i], 1); in draw_screen_locked()
159 gr_text(gr_sys_font(), x + 4, y, menu_[i], 0); in draw_screen_locked()
180 gr_text(gr_sys_font(), x+4, ty, text_[row], 0); in draw_screen_locked()
Dscreen_ui.cpp262 gr_text(gr_sys_font(), x, *y, line, bold); in DrawTextLine()
318 gr_text(gr_sys_font(), 4, y, menu_[i], true); in draw_screen_locked()
321 gr_text(gr_sys_font(), 4, y, menu_[i], false); in draw_screen_locked()
337 gr_text(gr_sys_font(), 0, ty, text_[row], false); in draw_screen_locked()
/bootable/recovery/minui/
Dminui.h59 void gr_text(const GRFont* font, int x, int y, const char *s, bool bold);
Dgraphics.cpp105 void gr_text(const GRFont* font, int x, int y, const char *s, bool bold) in gr_text() function
352 gr_text(500, 225, "hello, world!", 0);
354 gr_text(300+x, 275, "pack my box with five dozen liquor jugs", 1);