Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.h167 void DrawTextLines(int x, int* y, const char* const* lines);
Dscreen_ui.cpp254 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()
Dwear_ui.cpp172 DrawTextLines(x + 4, &y, HEADERS); in draw_screen_locked()
174 DrawTextLines(x + 4, &y, menu_headers_); in draw_screen_locked()