Searched refs:fInWhite (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/modules/skottie/src/effects/ |
D | LevelsEffect.cpp | 32 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/ |
D | LevelsEffect.cpp | 73 in_1 = SkTPin(fInWhite, 0.0f, 1.0f), in apply()
|