HomeSort by relevance Sort by last modified time
    Searched refs:kAmbientGeomFactor (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkDrawShadowInfo.h 31 static constexpr auto kAmbientGeomFactor = 64.0f;
35 static constexpr auto kMaxAmbientRadius = 300*kAmbientHeightFactor*kAmbientGeomFactor;
45 return SkTMin(height*kAmbientHeightFactor*kAmbientGeomFactor, kMaxAmbientRadius);
  /external/skqp/src/core/
SkDrawShadowInfo.h 31 static constexpr auto kAmbientGeomFactor = 64.0f;
35 static constexpr auto kMaxAmbientRadius = 300*kAmbientHeightFactor*kAmbientGeomFactor;
45 return SkTMin(height*kAmbientHeightFactor*kAmbientGeomFactor, kMaxAmbientRadius);

Completed in 868 milliseconds