Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h73 virtual int DrawTextLines(int x, int y, const std::vector<std::string>& lines) const = 0;
332 int DrawTextLines(int x, int y, const std::vector<std::string>& lines) const override;
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp158 offset += draw_funcs_.DrawTextLines(x, y + offset, text_headers()); in DrawHeader()
635 int ScreenRecoveryUI::DrawTextLines(int x, int y, const std::vector<std::string>& lines) const { in DrawTextLines() function in ScreenRecoveryUI
727 y += DrawTextLines(x, y, help_message); in draw_menu_and_text_buffer_locked()
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp58 int DrawTextLines(int /* x */, int /* y */, in DrawTextLines() function in MockDrawFunctions