/third_party/skia/modules/svg/src/ |
D | SkSVGFeLighting.cpp | 125 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/ |
D | SkLightingImageFilter.h | 26 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, 36 const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle,
|
D | SkImageFilters.h | 365 SkScalar falloffExponent, SkScalar cutoffAngle, 422 SkScalar falloffExponent, SkScalar cutoffAngle,
|
/third_party/flutter/skia/gm/ |
D | lighting.cpp | 89 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()
|
D | imagefiltersscaled.cpp | 96 SkScalar cutoffAngle = SkIntToScalar(15); in onDraw() local 115 cutoffAngle, white, surfaceScale, kd, nullptr), in onDraw()
|
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkImageFilters.cpp | 228 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()
|
D | SkLightingImageFilter.cpp | 965 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/ |
D | LightingBench.cpp | 65 static SkScalar cutoffAngle = SkIntToScalar(15); in GetCutoffAngle() local 66 return cutoffAngle; in GetCutoffAngle()
|
/third_party/skia/gm/ |
D | imagefiltersscaled.cpp | 90 SkScalar cutoffAngle = SkIntToScalar(15); in onDraw() local 110 cutoffAngle, white, surfaceScale, kd, nullptr), in onDraw()
|
/third_party/skia/bench/ |
D | LightingBench.cpp | 65 static SkScalar cutoffAngle = SkIntToScalar(15); in GetCutoffAngle() local 66 return cutoffAngle; in GetCutoffAngle()
|
/third_party/skia/include/effects/ |
D | SkImageFilters.h | 442 SkScalar falloffExponent, SkScalar cutoffAngle, 499 SkScalar falloffExponent, SkScalar cutoffAngle,
|
/third_party/skia/fuzz/ |
D | FuzzCanvas.cpp | 461 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/ |
D | SkLightingImageFilter.cpp | 981 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/ |
D | FuzzCanvas.cpp | 469 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()
|