Home
last modified time | relevance | path

Searched refs:kMaxPointCount (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skottie/src/layers/shapelayer/
DPolystar.cpp43 static constexpr int kMaxPointCount = 100000; in onSync() local
44 const auto count = SkToUInt(SkTPin(SkScalarRoundToInt(fPointCount), 0, kMaxPointCount)); in onSync()
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp226 static constexpr int kMaxPointCount = 100000; in apply() local
227 const auto count = SkToUInt(SkTPin(SkScalarRoundToInt(fPointCount), 0, kMaxPointCount)); in apply()