Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dvr_ui.cpp49 gr_text(gr_sys_font(), x + stereo_offset_, y, line.c_str(), bold); in DrawTextLine()
50 gr_text(gr_sys_font(), x - stereo_offset_ + ScreenWidth(), y, line.c_str(), bold); in DrawTextLine()
Dscreen_ui.cpp631 gr_text(gr_sys_font(), x, y, line.c_str(), bold); in DrawTextLine()
/bootable/recovery/minui/include/minui/
Dminui.h131 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold);
/bootable/recovery/minui/
Dgraphics.cpp158 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold) { in gr_text() function