Searched refs:kMaxPointCount (Results 1 – 2 of 2) sorted by relevance
149 static constexpr int kMaxPointCount = 100000; in apply() local150 const auto count = SkToUInt(SkTPin(SkScalarRoundToInt(fPointCount), 0, kMaxPointCount)); in apply()
151 static constexpr int kMaxPointCount = 100000; in apply() local152 const auto count = SkToUInt(SkTPin(SkScalarRoundToInt(fPointCount), 0, kMaxPointCount)); in apply()