Searched refs:DrawWrappedTextLines (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | screen_ui.h | 78 virtual int DrawWrappedTextLines(int x, int y, const std::vector<std::string>& lines) const = 0; 333 int DrawWrappedTextLines(int x, int y, const std::vector<std::string>& lines) const override;
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 157 offset += draw_funcs_.DrawWrappedTextLines(x, y + offset, text_headers()); in DrawHeader() 559 text_y += DrawWrappedTextLines(text_x, text_y, instruction); in SelectAndShowBackgroundText() 646 int ScreenRecoveryUI::DrawWrappedTextLines(int x, int y, in DrawWrappedTextLines() function in ScreenRecoveryUI
|
/bootable/recovery/tests/unit/ |
D | screen_ui_test.cpp | 62 int DrawWrappedTextLines(int /* x */, int /* y */, in DrawWrappedTextLines() function in MockDrawFunctions
|