Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dminui.h48 void gr_text(int x, int y, const char *s, bool bold);
Dgraphics.cpp106 void gr_text(int x, int y, const char *s, bool bold) in gr_text() function
336 gr_text(500, 225, "hello, world!", 0);
338 gr_text(300+x, 275, "pack my box with five dozen liquor jugs", 1);
/bootable/recovery/
Dscreen_ui.cpp215 gr_text(4, *y, line, bold); in DrawTextLine()
271 gr_text(4, y, menu_[i], true); in draw_screen_locked()
274 gr_text(4, y, menu_[i], false); in draw_screen_locked()
290 gr_text(0, ty, text_[row], false); in draw_screen_locked()