Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkDrawShadowInfo.h31 static constexpr auto kAmbientGeomFactor = 64.0f; variable
35 static constexpr auto kMaxAmbientRadius = 300*kAmbientHeightFactor*kAmbientGeomFactor;
45 return SkTMin(height*kAmbientHeightFactor*kAmbientGeomFactor, kMaxAmbientRadius); in AmbientBlurRadius()
/external/skia/src/core/
DSkDrawShadowInfo.h31 static constexpr auto kAmbientGeomFactor = 64.0f; variable
35 static constexpr auto kMaxAmbientRadius = 300*kAmbientHeightFactor*kAmbientGeomFactor;
45 return SkTMin(height*kAmbientHeightFactor*kAmbientGeomFactor, kMaxAmbientRadius); in AmbientBlurRadius()