Searched refs:SetFillRuleForPathOp (Results 1 – 4 of 4) sorted by relevance
20 X(SetFillRuleForPathOp)
116 struct SetFillRuleForPathOp final : Op {117 static constexpr auto kType = Type::SetFillRuleForPathOp;118 explicit SetFillRuleForPathOp(const CanvasFillRule& rule): rule(std::move(rule)) {} in SetFillRuleForPathOp() function
76 void SetFillRuleForPathOp::Draw(CanvasPaintMethod* method) const in Draw()
859 paintMethod_->PushTask<SetFillRuleForPathOp>(rule); in UpdateFillRuleForPath()