Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/effects/
DHueSaturationEffect.cpp108 .bind(kMasterLightness_Index, fMasterLight); in HueSaturationEffectAdapter()
162 if (!SkScalarNearlyZero(fMasterLight)) { in makeColorFilter()
169 const auto l = SkTPin(fMasterLight/100, -1.0f, 1.0f), in makeColorFilter()
191 fMasterLight = 0.0f; member in skottie::internal::__anonda7f7cf70111::HueSaturationEffectAdapter