Searched refs:SetFillRuleForPath2DOp (Results 1 – 4 of 4) sorted by relevance
21 X(SetFillRuleForPath2DOp)
123 struct SetFillRuleForPath2DOp final : Op {124 static constexpr auto kType = Type::SetFillRuleForPath2DOp;125 explicit SetFillRuleForPath2DOp(const CanvasFillRule& rule): rule(rule) {} in SetFillRuleForPath2DOp() function
81 void SetFillRuleForPath2DOp::Draw(CanvasPaintMethod* method) const in Draw()
871 paintMethod_->PushTask<SetFillRuleForPath2DOp>(rule); in UpdateFillRuleForPath2D()