Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skottie/src/effects/
DDropShadowEffect.cpp45 static constexpr SkScalar kSoftnessToSigmaFactor = 0.3f; in apply() local
46 const auto sigma = fSoftness * kSoftnessToSigmaFactor; in apply()