Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.h133 void DrawTextLines(int* y, const char* const* lines);
Dscreen_ui.cpp219 void ScreenRecoveryUI::DrawTextLines(int* y, const char* const* lines) { in DrawTextLines() function in ScreenRecoveryUI
256 DrawTextLines(&y, HasThreeButtons() ? REGULAR_HELP : LONG_PRESS_HELP); in draw_screen_locked()
259 DrawTextLines(&y, menu_headers_); in draw_screen_locked()