Searched refs:SetFillPatternNGOp (Results 1 – 4 of 4) sorted by relevance
19 X(SetFillPatternNGOp)
102 struct SetFillPatternNGOp final : Op {103 static constexpr auto kType = Type::SetFillPatternNGOp;104 explicit SetFillPatternNGOp(const std::weak_ptr<Ace::Pattern>& pattern): pattern(pattern) {} in SetFillPatternNGOp() function
66 void SetFillPatternNGOp::Draw(CanvasPaintMethod* method) const in Draw()
847 paintMethod_->PushTask<SetFillPatternNGOp>(pattern); in UpdateFillPattern()