Home
last modified time | relevance | path

Searched refs:SetFillRuleForPath2DOp (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.in21 X(SetFillRuleForPath2DOp)
H A Dcanvas_paint_op.h123 struct SetFillRuleForPath2DOp final : Op {
124 static constexpr auto kType = Type::SetFillRuleForPath2DOp;
125 explicit SetFillRuleForPath2DOp(const CanvasFillRule& rule): rule(rule) {} in SetFillRuleForPath2DOp() function
H A Dcanvas_paint_op.cpp81 void SetFillRuleForPath2DOp::Draw(CanvasPaintMethod* method) const in Draw()
H A Dcanvas_pattern.cpp871 paintMethod_->PushTask<SetFillRuleForPath2DOp>(rule); in UpdateFillRuleForPath2D()