Searched refs:gr_text (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | vr_ui.cpp | 49 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()
|
D | screen_ui.cpp | 631 gr_text(gr_sys_font(), x, y, line.c_str(), bold); in DrawTextLine()
|
/bootable/recovery/minui/include/minui/ |
D | minui.h | 131 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold);
|
/bootable/recovery/minui/ |
D | graphics.cpp | 158 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold) { in gr_text() function
|