Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/recovery/recovery_ui/
H A Dvr_ui.cpp69 void VrRecoveryUI::DrawFill(int x, int y, int w, int h) const { in DrawFill() function in VrRecoveryUI
H A Dscreen_ui.cpp631 void ScreenRecoveryUI::DrawFill(int x, int y, int w, int h) const { in DrawFill() function in ScreenRecoveryUI
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_box.cpp214 void CXFA_Box::DrawFill(const std::vector<CXFA_Stroke*>& strokes, in DrawFill() function in CXFA_Box
/aosp_15_r20/bootable/recovery/tests/unit/
H A Dscreen_ui_test.cpp56 void DrawFill(int /* x */, int /* y */, int /* w */, int /* h */) const override {} in DrawFill() function in MockDrawFunctions