Home
last modified time | relevance | path

Searched refs:DrawFill (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dvr_ui.h40 void DrawFill(int x, int y, int w, int h) const override;
Dscreen_ui.h67 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/
Dvr_ui.cpp69 void VrRecoveryUI::DrawFill(int x, int y, int w, int h) const { in DrawFill() function in VrRecoveryUI
Dscreen_ui.cpp463 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/
Dscreen_ui_test.cpp56 void DrawFill(int /* x */, int /* y */, int /* w */, int /* h */) const override {} in DrawFill() function in MockDrawFunctions