Home
last modified time | relevance | path

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

/bootable/recovery/
Dvr_ui.cpp32 gr_text(gr_sys_font(), x + kStereoOffset, y, line, bold); in DrawTextLine()
33 gr_text(gr_sys_font(), x - kStereoOffset + mid_divide, y, line, bold); in DrawTextLine()
Dwear_ui.cpp142 gr_text(gr_sys_font(), x + 4, y, cur_selection_str, 1); in draw_screen_locked()
157 gr_text(gr_sys_font(), x + 4, y, menu_[i].c_str(), 1); in draw_screen_locked()
161 gr_text(gr_sys_font(), x + 4, y, menu_[i].c_str(), 0); in draw_screen_locked()
181 gr_text(gr_sys_font(), x + 4, ty, text_[row], 0); in draw_screen_locked()
Dscreen_ui.cpp269 gr_text(gr_sys_font(), x, y, line, bold); in DrawTextLine()
/bootable/recovery/minui/include/minui/
Dminui.h60 void gr_text(const GRFont* font, int x, int y, const char *s, bool bold);
/bootable/recovery/minui/
Dgraphics.cpp98 void gr_text(const GRFont* font, int x, int y, const char *s, bool bold) in gr_text() function