Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
H A DSkSVGFeLighting.cpp125 const float cutoffAngle = limitingConeAngle.isValid() ? *limitingConeAngle : 180.f; in makeSpotLight() local
132 cutoffAngle, in makeSpotLight()
177 const float cutoffAngle = limitingConeAngle.isValid() ? *limitingConeAngle : 180.f; in makeSpotLight() local
184 cutoffAngle, in makeSpotLight()
/third_party/skia/gm/
H A Dimagefiltersscaled.cpp90 SkScalar cutoffAngle = SkIntToScalar(15); variable
110 cutoffAngle, white, surfaceScale, kd, nullptr),
/third_party/skia/bench/
H A DLightingBench.cpp65 static SkScalar cutoffAngle = SkIntToScalar(15); in GetCutoffAngle() local
66 return cutoffAngle; in GetCutoffAngle()
/third_party/skia/include/effects/
H A DSkImageFilters.h428 * vectors). The spot light is restricted to be within 'cutoffAngle' of the vector between
432 * @param falloffExponent Exponential falloff parameter for illumination outside of cutoffAngle
433 * @param cutoffAngle Maximum angle from lighting direction that receives full light
442 SkScalar falloffExponent, SkScalar cutoffAngle,
484 * vectors). The spot light is restricted to be within 'cutoffAngle' of the vector between
488 * @param falloffExponent Exponential falloff parameter for illumination outside of cutoffAngle
489 * @param cutoffAngle Maximum angle from lighting direction that receives full light
499 SkScalar falloffExponent, SkScalar cutoffAngle,
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp461 SkScalar surfaceScale, k, specularExponent, cutoffAngle, shininess; in make_fuzz_lighting_imagefilter() local
483 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k); in make_fuzz_lighting_imagefilter()
486 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k, in make_fuzz_lighting_imagefilter()
501 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k, in make_fuzz_lighting_imagefilter()
505 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k, shininess, in make_fuzz_lighting_imagefilter()
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp986 SkScalar cutoffAngle, in SkSpotLight()
995 fCosOuterConeAngle = SkScalarCos(SkDegreesToRadians(cutoffAngle)); in SkSpotLight()
1177 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, in SpotLitDiffuse()
1180 cutoffAngle, lightColor)); in SpotLitDiffuse()
1203 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, in SpotLitSpecular()
1206 cutoffAngle, lightColor)); in SpotLitSpecular()
983 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color) SkSpotLight() argument
1175 SpotLitDiffuse( const SkPoint3& location, const SkPoint3& target, SkScalar falloffExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect& cropRect) SpotLitDiffuse() argument
1201 SpotLitSpecular( const SkPoint3& location, const SkPoint3& target, SkScalar falloffExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, sk_sp<SkImageFilter> input, const CropRect& cropRect) SpotLitSpecular() argument

Completed in 11 milliseconds