Home
last modified time | relevance | path

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

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