Home
last modified time | relevance | path

Searched refs:fStopCount (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/skottie/src/layers/shapelayer/
DGradient.cpp59 , fStopCount(stop_count) { in GradientAdapter()
103 const auto c_count = fStopCount, in onSync()
198 const size_t fStopCount; member in skottie::internal::__anonb4bdf1740111::GradientAdapter
/external/skqp/modules/skottie/src/
DSkottieAdapter.cpp180 , fStopCount(stopCount) {} in GradientAdapter()
187 if (fColorStops.size() < fStopCount * 4 || ((fColorStops.size() - fStopCount * 4) % 2)) { in apply()
198 const auto csEnd = fColorStops.cbegin() + fStopCount * 4; in apply()
DSkottieAdapter.h181 size_t fStopCount; variable