Searched refs:falloffExponent (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/effects/imagefilters/ |
D | SkImageFilters.cpp | 227 const SkPoint3& location, const SkPoint3& target, SkScalar falloffExponent, in SpotLitDiffuse() argument 231 return SkLightingImageFilter::MakeSpotLitDiffuse(location, target, falloffExponent, cutoffAngle, in SpotLitDiffuse() 253 const SkPoint3& location, const SkPoint3& target, SkScalar falloffExponent, in SpotLitSpecular() argument 257 return SkLightingImageFilter::MakeSpotLitSpecular(location, target, falloffExponent, in SpotLitSpecular()
|
/external/skia/include/effects/ |
D | SkImageFilters.h | 365 SkScalar falloffExponent, SkScalar cutoffAngle, 422 SkScalar falloffExponent, SkScalar cutoffAngle,
|