Home
last modified time | relevance | path

Searched refs:cutoffAngle (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/modules/svg/src/
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/flutter/skia/include/effects/
DSkLightingImageFilter.h26 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
36 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
DSkImageFilters.h365 SkScalar falloffExponent, SkScalar cutoffAngle,
422 SkScalar falloffExponent, SkScalar cutoffAngle,
/third_party/flutter/skia/gm/
Dlighting.cpp89 SkScalar cutoffAngle = SkIntToScalar(15); in onDraw() local
114 spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, in onDraw()
129 spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, in onDraw()
Dimagefiltersscaled.cpp96 SkScalar cutoffAngle = SkIntToScalar(15); in onDraw() local
115 cutoffAngle, white, surfaceScale, kd, nullptr), in onDraw()
/third_party/flutter/skia/src/effects/imagefilters/
DSkImageFilters.cpp228 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, in SpotLitDiffuse() argument
231 return SkLightingImageFilter::MakeSpotLitDiffuse(location, target, falloffExponent, cutoffAngle, in SpotLitDiffuse()
254 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, in SpotLitSpecular() argument
258 cutoffAngle, lightColor, surfaceScale, in SpotLitSpecular()
DSkLightingImageFilter.cpp965 SkScalar cutoffAngle, in SkSpotLight() argument
974 fCosOuterConeAngle = SkScalarCos(SkDegreesToRadians(cutoffAngle)); in SkSpotLight()
1163 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, in MakeSpotLitDiffuse() argument
1166 new SkSpotLight(location, target, specularExponent, cutoffAngle, lightColor)); in MakeSpotLitDiffuse()
1189 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, in MakeSpotLitSpecular() argument
1192 new SkSpotLight(location, target, specularExponent, cutoffAngle, lightColor)); in MakeSpotLitSpecular()
/third_party/flutter/skia/bench/
DLightingBench.cpp65 static SkScalar cutoffAngle = SkIntToScalar(15); in GetCutoffAngle() local
66 return cutoffAngle; in GetCutoffAngle()
/third_party/skia/gm/
Dimagefiltersscaled.cpp90 SkScalar cutoffAngle = SkIntToScalar(15); in onDraw() local
110 cutoffAngle, white, surfaceScale, kd, nullptr), in onDraw()
/third_party/skia/bench/
DLightingBench.cpp65 static SkScalar cutoffAngle = SkIntToScalar(15); in GetCutoffAngle() local
66 return cutoffAngle; in GetCutoffAngle()
/third_party/skia/include/effects/
DSkImageFilters.h442 SkScalar falloffExponent, SkScalar cutoffAngle,
499 SkScalar falloffExponent, SkScalar cutoffAngle,
/third_party/skia/fuzz/
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/
DSkLightingImageFilter.cpp981 SkScalar cutoffAngle, in SkSpotLight() argument
990 fCosOuterConeAngle = SkScalarCos(SkDegreesToRadians(cutoffAngle)); in SkSpotLight()
1172 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, in SpotLitDiffuse() argument
1175 cutoffAngle, lightColor)); in SpotLitDiffuse()
1198 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, in SpotLitSpecular() argument
1201 cutoffAngle, lightColor)); in SpotLitSpecular()
/third_party/flutter/skia/fuzz/
DFuzzCanvas.cpp469 SkScalar surfaceScale, k, specularExponent, cutoffAngle, shininess; in make_fuzz_lighting_imagefilter() local
491 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k); in make_fuzz_lighting_imagefilter()
494 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k, in make_fuzz_lighting_imagefilter()
509 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k, in make_fuzz_lighting_imagefilter()
513 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k, shininess, in make_fuzz_lighting_imagefilter()