Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDrawShadowInfo.h31 static constexpr auto kAmbientHeightFactor = 1.0f / 128.0f; variable
36 static constexpr auto kMaxAmbientRadius = 300*kAmbientHeightFactor*kAmbientGeomFactor;
46 return std::min(height*kAmbientHeightFactor*kAmbientGeomFactor, kMaxAmbientRadius); in AmbientBlurRadius()
50 return 1.0f + std::max(height*kAmbientHeightFactor, 0.0f); in AmbientRecipAlpha()