Home
last modified time | relevance | path

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

/external/skqp/modules/skottie/src/
DSkottieAdapter.cpp149 static constexpr int kMaxPointCount = 100000; in apply() local
150 const auto count = SkToUInt(SkTPin(SkScalarRoundToInt(fPointCount), 0, kMaxPointCount)); in apply()
/external/skia/modules/skottie/src/
DSkottieAdapter.cpp151 static constexpr int kMaxPointCount = 100000; in apply() local
152 const auto count = SkToUInt(SkTPin(SkScalarRoundToInt(fPointCount), 0, kMaxPointCount)); in apply()