Searched refs:DrawFill (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | vr_ui.h | 40 void DrawFill(int x, int y, int w, int h) const override;
|
D | screen_ui.h | 67 virtual void DrawFill(int x, int y, int w, int h) const = 0; 326 void DrawFill(int x, int y, int w, int h) const override;
|
/bootable/recovery/recovery_ui/ |
D | vr_ui.cpp | 69 void VrRecoveryUI::DrawFill(int x, int y, int w, int h) const { in DrawFill() function in VrRecoveryUI
|
D | screen_ui.cpp | 463 DrawFill(progress_x, progress_y, width, height); in draw_foreground_locked() 622 void ScreenRecoveryUI::DrawFill(int x, int y, int w, int h) const { in DrawFill() function in ScreenRecoveryUI
|
/bootable/recovery/tests/unit/ |
D | screen_ui_test.cpp | 56 void DrawFill(int /* x */, int /* y */, int /* w */, int /* h */) const override {} in DrawFill() function in MockDrawFunctions
|