Home
last modified time | relevance | path

Searched refs:SetFillRuleForPathOp (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.in20 X(SetFillRuleForPathOp)
H A Dcanvas_paint_op.h116 struct SetFillRuleForPathOp final : Op {
117 static constexpr auto kType = Type::SetFillRuleForPathOp;
118 explicit SetFillRuleForPathOp(const CanvasFillRule& rule): rule(std::move(rule)) {} in SetFillRuleForPathOp() function
H A Dcanvas_paint_op.cpp76 void SetFillRuleForPathOp::Draw(CanvasPaintMethod* method) const in Draw()
H A Dcanvas_pattern.cpp859 paintMethod_->PushTask<SetFillRuleForPathOp>(rule); in UpdateFillRuleForPath()