Searched refs:cutoffAngle (Results 1 – 6 of 6) sorted by relevance
/external/skia/gm/ |
D | lighting.cpp | 80 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/ |
D | SkLightingImageFilter.h | 60 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, 70 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
|
/external/chromium_org/third_party/skia/include/effects/ |
D | SkLightingImageFilter.h | 60 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, 70 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
|
/external/skia/bench/ |
D | LightingBench.cpp | 65 static SkScalar cutoffAngle = SkIntToScalar(15); in getCutoffAngle() local 66 return cutoffAngle; in getCutoffAngle()
|
/external/skia/src/effects/ |
D | SkLightingImageFilter.cpp | 667 …& 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/ |
D | SkLightingImageFilter.cpp | 667 …& 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()
|