Searched refs:SetSmoothingQualityOp (Results 1 – 4 of 4) sorted by relevance
57 X(SetSmoothingQualityOp)
425 struct SetSmoothingQualityOp final : Op {426 static constexpr auto kType = Type::SetSmoothingQualityOp;427 explicit SetSmoothingQualityOp(const std::string& quality): quality(std::move(quality)) {} in SetSmoothingQualityOp() function
308 void SetSmoothingQualityOp::Draw(CanvasPaintMethod* method) const in Draw()
594 paintMethod_->PushTask<SetSmoothingQualityOp>(quality); in UpdateSmoothingQuality()