Home
last modified time | relevance | path

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

/external/skia/gm/
Dlighting.cpp80 SkScalar cutoffAngle = SkIntToScalar(15); in onDraw() local
99 …geFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surface… in onDraw()
110 …eFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surface… in onDraw()
/external/skia/include/effects/
DSkLightingImageFilter.h60 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
70 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
/external/chromium_org/third_party/skia/include/effects/
DSkLightingImageFilter.h60 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
70 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
/external/skia/bench/
DLightingBench.cpp65 static SkScalar cutoffAngle = SkIntToScalar(15); in getCutoffAngle() local
66 return cutoffAngle; in getCutoffAngle()
/external/skia/src/effects/
DSkLightingImageFilter.cpp667 …& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color) in SkSpotLight() argument
675 fCosOuterConeAngle = SkScalarCos(SkDegreesToRadians(cutoffAngle)); in SkSpotLight()
849 SkScalar specularExponent, SkScalar cutoffAngle, in CreateSpotLitDiffuse() argument
854 cutoffAngle, lightColor)), in CreateSpotLitDiffuse()
876 SkScalar specularExponent, SkScalar cutoffAngle, in CreateSpotLitSpecular() argument
880 (SkNEW_ARGS(SkSpotLight, (location, target, specularExponent, cutoffAngle, lightColor)), in CreateSpotLitSpecular()
/external/chromium_org/third_party/skia/src/effects/
DSkLightingImageFilter.cpp667 …& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color) in SkSpotLight() argument
675 fCosOuterConeAngle = SkScalarCos(SkDegreesToRadians(cutoffAngle)); in SkSpotLight()
849 SkScalar specularExponent, SkScalar cutoffAngle, in CreateSpotLitDiffuse() argument
854 cutoffAngle, lightColor)), in CreateSpotLitDiffuse()
876 SkScalar specularExponent, SkScalar cutoffAngle, in CreateSpotLitSpecular() argument
880 (SkNEW_ARGS(SkSpotLight, (location, target, specularExponent, cutoffAngle, lightColor)), in CreateSpotLitSpecular()