Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_ops.in9 X(FillRectOp)
H A Dcanvas_paint_op.h57 struct FillRectOp final : Op {
58 static constexpr auto kType = Type::FillRectOp;
59 explicit FillRectOp(const Rect& rect): rect(std::move(rect)) {} in FillRectOp() function
H A Dcanvas_paint_op.cpp34 void FillRectOp::Draw(CanvasPaintMethod* method) const in Draw()
H A Dcanvas_pattern.cpp199 paintMethod_->PushTask<FillRectOp>(rect); in FillRect()