Searched refs:kMaxPointCount (Results 1 – 2 of 2) sorted by relevance
43 static constexpr int kMaxPointCount = 100000; in onSync() local44 const auto count = SkToUInt(SkTPin(SkScalarRoundToInt(fPointCount), 0, kMaxPointCount)); in onSync()
226 static constexpr int kMaxPointCount = 100000; in apply() local227 const auto count = SkToUInt(SkTPin(SkScalarRoundToInt(fPointCount), 0, kMaxPointCount)); in apply()