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

  /external/skia/src/effects/
SkLightingImageFilter.cpp 675 fSpecularExponent(SkScalarPin(specularExponent, kSpecularExponentMin, kSpecularExponentMax))
788 static const SkScalar kSpecularExponentMin;
803 const SkScalar SkSpotLight::kSpecularExponentMin = 1.0f;
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 707 fSpecularExponent(SkScalarPin(specularExponent, kSpecularExponentMin, kSpecularExponentMax))
820 static const SkScalar kSpecularExponentMin;
835 const SkScalar SkSpotLight::kSpecularExponentMin = 1.0f;
    [all...]

Completed in 68 milliseconds