Searched refs:DrawTextLines (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | screen_ui.h | 73 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/ |
D | screen_ui.cpp | 158 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/ |
D | screen_ui_test.cpp | 58 int DrawTextLines(int /* x */, int /* y */, in DrawTextLines() function in MockDrawFunctions
|