Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/effects/
DLevelsEffect.cpp228 .bind( kRGBInBlack_Index, fRGBMapper.fInBlack ) in ProLevelsEffectAdapter()
229 .bind( kRGBInWhite_Index, fRGBMapper.fInWhite ) in ProLevelsEffectAdapter()
230 .bind( kRGBGamma_Index, fRGBMapper.fGamma ) in ProLevelsEffectAdapter()
231 .bind(kRGBOutBlack_Index, fRGBMapper.fOutBlack) in ProLevelsEffectAdapter()
232 .bind(kRGBOutWhite_Index, fRGBMapper.fOutWhite) in ProLevelsEffectAdapter()
272 if (const auto* rgb_lut = fRGBMapper.build_lut(a_lut_storage, fClip)) { in onSync()
283 ChannelMapper fRGBMapper, member in skottie::internal::__anonc1a48fe10111::ProLevelsEffectAdapter