Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/effects/
DLevelsEffect.cpp32 fInWhite = 1, member
40 in_1 = fInWhite, in build_lut()
134 .bind( kInWhite_Index, fMapper.fInWhite ) in EasyLevelsEffectAdapter()
229 .bind( kRGBInWhite_Index, fRGBMapper.fInWhite ) in ProLevelsEffectAdapter()
235 .bind( kRInWhite_Index, fRMapper.fInWhite ) in ProLevelsEffectAdapter()
241 .bind( kGInWhite_Index, fGMapper.fInWhite ) in ProLevelsEffectAdapter()
247 .bind( kBInWhite_Index, fBMapper.fInWhite ) in ProLevelsEffectAdapter()
253 .bind( kAInWhite_Index, fAMapper.fInWhite ) in ProLevelsEffectAdapter()
/third_party/flutter/skia/modules/skottie/src/effects/
DLevelsEffect.cpp73 in_1 = SkTPin(fInWhite, 0.0f, 1.0f), in apply()