Home
last modified time | relevance | path

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

/third_party/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::__anonbe95e2220111::HueSaturationEffectAdapter
/third_party/flutter/skia/modules/skottie/src/effects/
DHueSaturationEffect.cpp64 raw_adapter->fMasterLight = l; in Make()
108 l = SkTPin(fMasterLight / 100, -1.0f, 1.0f), in makeColorFilter()
130 fMasterLight = 0.0f; member in skottie::internal::__anon42d74db70111::HueSaturationEffectAdapter