Home
last modified time | relevance | path

Searched refs:DrawTextLine (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
Dscreen_ui.h169 void DrawTextLine(int x, int* y, const char* line, bool bold);
Dwear_ui.cpp125 DrawTextLine(x + 4, &y, "Android Recovery", true); in draw_screen_locked()
127 DrawTextLine(x +4, &y, chunk.c_str(), false); in draw_screen_locked()
Dscreen_ui.cpp261 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()