Searched refs:DrawTextLine (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/ |
D | screen_ui.h | 132 void DrawTextLine(int* y, const char* line, bool bold);
|
D | screen_ui.cpp | 214 void ScreenRecoveryUI::DrawTextLine(int* y, const char* line, bool bold) { in DrawTextLine() function in ScreenRecoveryUI 221 DrawTextLine(y, lines[i], false); in DrawTextLines() 252 DrawTextLine(&y, "Android Recovery", true); in draw_screen_locked() 254 DrawTextLine(&y, chunk.c_str(), false); in draw_screen_locked()
|