Home
last modified time | relevance | path

Searched defs:DrawTextLine (Results 1 – 3 of 3) sorted by relevance

/aosp12/bootable/recovery/recovery_ui/
H A Dvr_ui.cpp48 int VrRecoveryUI::DrawTextLine(int x, int y, const std::string& line, bool bold) const { in DrawTextLine() function in VrRecoveryUI
H A Dscreen_ui.cpp633 int ScreenRecoveryUI::DrawTextLine(int x, int y, const std::string& line, bool bold) const { in DrawTextLine() function in ScreenRecoveryUI
/aosp12/bootable/recovery/tests/unit/
H A Dscreen_ui_test.cpp50 int DrawTextLine(int /* x */, int /* y */, const std::string& /* line */, in DrawTextLine() function in MockDrawFunctions