Searched refs:DrawHighlightBar (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/ |
D | vr_ui.h | 36 void DrawHighlightBar(int x, int y, int width, int height) const override;
|
D | vr_ui.cpp | 56 void VrRecoveryUI::DrawHighlightBar(int /* x */, int y, int /* width */, int height) const { in DrawHighlightBar() function in VrRecoveryUI
|
D | screen_ui.h | 133 virtual void DrawHighlightBar(int x, int y, int width, int height) const;
|
D | screen_ui.cpp | 355 void ScreenRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const { in DrawHighlightBar() function in ScreenRecoveryUI 455 DrawHighlightBar(0, y - 2, ScreenWidth(), char_height_ + 4); in draw_screen_locked()
|