Home
last modified time | relevance | path

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

/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.cpp622 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