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

/external/skia/include/effects/
H A DSkLightingImageFilter.h27 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
37 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
/external/skia/gm/
H A Dlighting.cpp80 SkScalar cutoffAngle = SkIntToScalar(15); variable
115 cutoffAngle,
146 cutoffAngle,
H A Dimagefiltersscaled.cpp87 SkScalar cutoffAngle = SkIntToScalar(15); variable
114 cutoffAngle, white, surfaceScale, kd,
/external/skia/bench/
H A DLightingBench.cpp65 static SkScalar cutoffAngle = SkIntToScalar(15); local
66 return cutoffAngle;
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp921 SkScalar cutoffAngle,
930 fCosOuterConeAngle = SkScalarCos(SkDegreesToRadians(cutoffAngle));
1136 SkScalar cutoffAngle,
1143 new SkSpotLight(location, target, specularExponent, cutoffAngle, lightColor));
1175 SkScalar cutoffAngle,
1183 new SkSpotLight(location, target, specularExponent, cutoffAngle, lightColor));
918 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color) argument
1133 MakeSpotLitDiffuse(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument
1172 MakeSpotLitSpecular(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shine, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument
/external/skia/fuzz/
H A DFuzzCanvas.cpp629 SkScalar surfaceScale, k, specularExponent, cutoffAngle, shininess; local
651 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k);
654 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k,
669 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k,
673 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k, shininess,

Completed in 188 milliseconds