HomeSort by relevance Sort by last modified time
    Searched full:cutoffangle (Results 1 - 6 of 6) sorted by null

  /external/skia/gm/
lighting.cpp 80 SkScalar cutoffAngle = SkIntToScalar(15);
99 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
110 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, shininess, NULL, cr))->unref();
  /external/chromium_org/third_party/skia/include/effects/
SkLightingImageFilter.h 60 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
70 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
  /external/skia/include/effects/
SkLightingImageFilter.h 60 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
70 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
  /external/skia/bench/
LightingBench.cpp 65 static SkScalar cutoffAngle = SkIntToScalar(15);
66 return cutoffAngle;
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 667 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color)
675 fCosOuterConeAngle = SkScalarCos(SkDegreesToRadians(cutoffAngle));
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp 667 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color)
675 fCosOuterConeAngle = SkScalarCos(SkDegreesToRadians(cutoffAngle));
    [all...]

Completed in 211 milliseconds