Searched refs:DrawTextLines (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/ |
D | screen_ui.h | 167 void DrawTextLines(int x, int* y, const char* const* lines);
|
D | screen_ui.cpp | 254 void ScreenRecoveryUI::DrawTextLines(int x, int* y, const char* const* lines) { in DrawTextLines() function in ScreenRecoveryUI 291 DrawTextLines(TEXT_INDENT, &y, HasThreeButtons() ? REGULAR_HELP : LONG_PRESS_HELP); in draw_screen_locked() 294 DrawTextLines(TEXT_INDENT, &y, menu_headers_); in draw_screen_locked()
|
D | wear_ui.cpp | 172 DrawTextLines(x + 4, &y, HEADERS); in draw_screen_locked() 174 DrawTextLines(x + 4, &y, menu_headers_); in draw_screen_locked()
|