Searched refs:DrawTextLine (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/ |
D | screen_ui.h | 169 void DrawTextLine(int x, int* y, const char* line, bool bold);
|
D | wear_ui.cpp | 125 DrawTextLine(x + 4, &y, "Android Recovery", true); in draw_screen_locked() 127 DrawTextLine(x +4, &y, chunk.c_str(), false); in draw_screen_locked()
|
D | screen_ui.cpp | 261 void ScreenRecoveryUI::DrawTextLine(int x, int* y, const char* line, bool bold) { in DrawTextLine() function in ScreenRecoveryUI 268 DrawTextLine(x, y, lines[i], false); in DrawTextLines() 299 DrawTextLine(TEXT_INDENT, &y, "Android Recovery", true); in draw_screen_locked() 301 DrawTextLine(TEXT_INDENT, &y, chunk.c_str(), false); in draw_screen_locked()
|