Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.h148 int DrawWrappedTextLines(int x, int y, const char* const* lines) const;
Dscreen_ui.cpp294 text_y += DrawWrappedTextLines(text_x, text_y, instruction); in SelectAndShowBackgroundText()
380 int ScreenRecoveryUI::DrawWrappedTextLines(int x, int y, const char* const* lines) const { in DrawWrappedTextLines() function in ScreenRecoveryUI
447 y += DrawWrappedTextLines(kMarginWidth, y, menu_headers_); in draw_screen_locked()