Home
last modified time | relevance | path

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

/bootable/recovery/
Dvr_ui.h37 void DrawFill(int x, int y, int w, int h) const override;
Dvr_ui.cpp62 void VrRecoveryUI::DrawFill(int x, int y, int w, int h) const { in DrawFill() function in VrRecoveryUI
Dscreen_ui.h141 virtual void DrawFill(int x, int y, int w, int h) const;
Dscreen_ui.cpp204 DrawFill(progress_x, progress_y, width, height); in draw_foreground_locked()
359 void ScreenRecoveryUI::DrawFill(int x, int y, int w, int h) const { in DrawFill() function in ScreenRecoveryUI