/external/skia/include/effects/ |
H A D | SkLightingImageFilter.h | 21 SkColor lightColor, SkScalar surfaceScale, SkScalar kd, 24 SkColor lightColor, SkScalar surfaceScale, SkScalar kd, 28 SkColor lightColor, SkScalar surfaceScale, SkScalar kd, 31 SkColor lightColor, SkScalar surfaceScale, SkScalar ks, 34 SkColor lightColor, SkScalar surfaceScale, SkScalar ks, 38 SkColor lightColor, SkScalar surfaceScale, SkScalar ks,
|
/external/skqp/include/effects/ |
H A D | SkLightingImageFilter.h | 21 SkColor lightColor, SkScalar surfaceScale, SkScalar kd, 24 SkColor lightColor, SkScalar surfaceScale, SkScalar kd, 28 SkColor lightColor, SkScalar surfaceScale, SkScalar kd, 31 SkColor lightColor, SkScalar surfaceScale, SkScalar ks, 34 SkColor lightColor, SkScalar surfaceScale, SkScalar ks, 38 SkColor lightColor, SkScalar surfaceScale, SkScalar ks,
|
/external/skia/src/effects/ |
H A D | SkLightingImageFilter.cpp | 122 virtual SkPoint3 lightColor(const SkPoint3& surfaceToLight) const = 0; 150 const SkPoint3& lightColor) const= 0; 158 const SkPoint3& lightColor) const override { 161 SkPoint3 color = lightColor.makeScale(colorScale); 180 const SkPoint3& lightColor) const override { 186 SkPoint3 color = lightColor.makeScale(colorScale); 304 l->lightColor(surfaceToLight)); 312 l->lightColor(surfaceToLight)); 317 l->lightColor(surfaceToLight)); 331 l->lightColor(surfaceToLigh 1159 MakeDistantLitDiffuse(const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument 1170 MakePointLitDiffuse(const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument 1181 MakeSpotLitDiffuse(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument 1196 MakeDistantLitSpecular(const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shine, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument 1208 MakePointLitSpecular(const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shine, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument 1220 MakeSpotLitSpecular(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shine, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument [all...] |
/external/skqp/src/effects/ |
H A D | SkLightingImageFilter.cpp | 122 virtual SkPoint3 lightColor(const SkPoint3& surfaceToLight) const = 0; 150 const SkPoint3& lightColor) const= 0; 158 const SkPoint3& lightColor) const override { 161 SkPoint3 color = lightColor.makeScale(colorScale); 180 const SkPoint3& lightColor) const override { 186 SkPoint3 color = lightColor.makeScale(colorScale); 304 l->lightColor(surfaceToLight)); 312 l->lightColor(surfaceToLight)); 317 l->lightColor(surfaceToLight)); 331 l->lightColor(surfaceToLigh 1159 MakeDistantLitDiffuse(const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument 1170 MakePointLitDiffuse(const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument 1181 MakeSpotLitDiffuse(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument 1196 MakeDistantLitSpecular(const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shine, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument 1208 MakePointLitSpecular(const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shine, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument 1220 MakeSpotLitSpecular(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shine, sk_sp<SkImageFilter> input, const CropRect* cropRect) argument [all...] |
/external/skia/fuzz/ |
H A D | FuzzCanvas.cpp | 560 SkColor lightColor; local 571 fuzz->next(&p, &lightColor, &surfaceScale, &k); 573 return SkLightingImageFilter::MakeDistantLitDiffuse(p, lightColor, surfaceScale, k, 577 fuzz->next(&p, &lightColor, &surfaceScale, &k); 579 return SkLightingImageFilter::MakePointLitDiffuse(p, lightColor, surfaceScale, k, 583 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k); 586 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k, 589 fuzz->next(&p, &lightColor, &surfaceScale, &k, &shininess); 591 return SkLightingImageFilter::MakeDistantLitSpecular(p, lightColor, surfaceScale, k, 595 fuzz->next(&p, &lightColor, [all...] |
/external/skqp/fuzz/ |
H A D | FuzzCanvas.cpp | 556 SkColor lightColor; local 567 fuzz->next(&p, &lightColor, &surfaceScale, &k); 569 return SkLightingImageFilter::MakeDistantLitDiffuse(p, lightColor, surfaceScale, k, 573 fuzz->next(&p, &lightColor, &surfaceScale, &k); 575 return SkLightingImageFilter::MakePointLitDiffuse(p, lightColor, surfaceScale, k, 579 fuzz->next(&p, &q, &specularExponent, &cutoffAngle, &lightColor, &surfaceScale, &k); 582 p, q, specularExponent, cutoffAngle, lightColor, surfaceScale, k, 585 fuzz->next(&p, &lightColor, &surfaceScale, &k, &shininess); 587 return SkLightingImageFilter::MakeDistantLitSpecular(p, lightColor, surfaceScale, k, 591 fuzz->next(&p, &lightColor, [all...] |