Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h78 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/
Dscreen_ui.cpp157 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/
Dscreen_ui_test.cpp62 int DrawWrappedTextLines(int /* x */, int /* y */, in DrawWrappedTextLines() function in MockDrawFunctions