Searched refs:DrawWrappedTextLines (Results 1 – 2 of 2) sorted by relevance
148 int DrawWrappedTextLines(int x, int y, const char* const* lines) const;
294 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 ScreenRecoveryUI447 y += DrawWrappedTextLines(kMarginWidth, y, menu_headers_); in draw_screen_locked()