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

/external/chromium_org/third_party/skia/gm/
H A Dlighting.cpp83 SkScalar cutoffAngle = SkIntToScalar(15); local
102 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
113 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, shininess, NULL, cr))->unref();
H A Dimagefiltersscaled.cpp103 SkScalar cutoffAngle = SkIntToScalar(15); local
127 cutoffAngle, white, surfaceScale, kd),
/external/skia/gm/
H A Dlighting.cpp82 SkScalar cutoffAngle = SkIntToScalar(15); local
101 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
112 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, shininess, NULL, cr))->unref();
H A Dimagefiltersscaled.cpp103 SkScalar cutoffAngle = SkIntToScalar(15); local
126 cutoffAngle, white, surfaceScale, kd),
/external/chromium_org/third_party/skia/bench/
H A DLightingBench.cpp65 static SkScalar cutoffAngle = SkIntToScalar(15); local
66 return cutoffAngle;
/external/chromium_org/third_party/skia/include/effects/
H A DSkLightingImageFilter.h55 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
65 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
/external/skia/bench/
H A DLightingBench.cpp65 static SkScalar cutoffAngle = SkIntToScalar(15); local
66 return cutoffAngle;
/external/skia/include/effects/
H A DSkLightingImageFilter.h55 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
65 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp671 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color) argument
679 fCosOuterConeAngle = SkScalarCos(SkDegreesToRadians(cutoffAngle));
860 SkScalar specularExponent, SkScalar cutoffAngle,
865 cutoffAngle, lightColor)),
887 SkScalar specularExponent, SkScalar cutoffAngle,
891 (SkNEW_ARGS(SkSpotLight, (location, target, specularExponent, cutoffAngle, lightColor)),
858 CreateSpotLitDiffuse( const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, SkImageFilter* input, const CropRect* cropRect) argument
885 CreateSpotLitSpecular( const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, SkImageFilter* input, const CropRect* cropRect) argument
/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp703 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color) argument
711 fCosOuterConeAngle = SkScalarCos(SkDegreesToRadians(cutoffAngle));
895 SkScalar cutoffAngle,
902 cutoffAngle, lightColor)));
931 SkScalar cutoffAngle,
939 cutoffAngle, lightColor)));
892 CreateSpotLitDiffuse(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, SkImageFilter* input, const CropRect* cropRect) argument
928 CreateSpotLitSpecular(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shine, SkImageFilter* input, const CropRect* cropRect) argument

Completed in 161 milliseconds