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