HomeSort by relevance Sort by last modified time
    Searched refs:DrawFill (Results 1 - 7 of 7) sorted by null

  /bootable/recovery/recovery_ui/include/recovery_ui/
vr_ui.h 40 void DrawFill(int x, int y, int w, int h) const override;
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;
  /external/pdfium/xfa/fxfa/parser/
cxfa_box.h 61 void DrawFill(const std::vector<CXFA_Stroke*>& strokes,
cxfa_box.cpp 199 DrawFill(strokes, pGS, rtWidget, matrix, forceRound);
210 void CXFA_Box::DrawFill(const std::vector<CXFA_Stroke*>& strokes,
  /bootable/recovery/recovery_ui/
vr_ui.cpp 69 void VrRecoveryUI::DrawFill(int x, int y, int w, int h) const {
screen_ui.cpp 463 DrawFill(progress_x, progress_y, width, height);
622 void ScreenRecoveryUI::DrawFill(int x, int y, int w, int h) const {
    [all...]
  /bootable/recovery/tests/unit/
screen_ui_test.cpp 56 void DrawFill(int /* x */, int /* y */, int /* w */, int /* h */) const override {}

Completed in 274 milliseconds