/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkImageFilters.cpp | 211 const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, in DistantLitDiffuse() 219 const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, in PointLitDiffuse() 228 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, in SpotLitDiffuse() 237 const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, in DistantLitSpecular() 245 const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, in PointLitSpecular() 254 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, in SpotLitSpecular()
|
D | SkLightingImageFilter.cpp | 852 SkPoint3 lightColor(const SkPoint3&) const override { return this->color(); } in lightColor() function in SkDistantLight 909 SkPoint3 lightColor(const SkPoint3&) const override { return this->color(); } in lightColor() function in SkPointLight 1013 SkPoint3 lightColor(const SkPoint3& surfaceToLight) const override { in lightColor() function in SkSpotLight 1146 const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, in MakeDistantLitDiffuse() 1154 const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, in MakePointLitDiffuse() 1163 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, in MakeSpotLitDiffuse() 1172 const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, in MakeDistantLitSpecular() 1180 const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, in MakePointLitSpecular() 1189 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, in MakeSpotLitSpecular()
|
/third_party/qrcodegen/java/ |
D | QrCodeGeneratorDemo.java | 192 …private static BufferedImage toImage(QrCode qr, int scale, int border, int lightColor, int darkCol… in toImage() 227 private static String toSvgString(QrCode qr, int border, String lightColor, String darkColor) { in toSvgString()
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
D | QrCodeGeneratorDemo.java | 191 …private static BufferedImage toImage(QrCode qr, int scale, int border, int lightColor, int darkCol… in toImage() 226 private static String toSvgString(QrCode qr, int border, String lightColor, String darkColor) { in toSvgString()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/ |
D | notificationSlot.js | 28 lightColor: '[PC preview] unknow lightColor', property
|
/third_party/qrcodegen/typescript-javascript/ |
D | qrcodegen-input-demo.ts | 89 const lightColor: string = getInput("light-color-input").value; constant
|
/third_party/skia/src/effects/imagefilters/ |
D | SkLightingImageFilter.cpp | 868 SkPoint3 lightColor(const SkPoint3&) const override { return this->color(); } in lightColor() function in __anon98d1e5380411::SkDistantLight 925 SkPoint3 lightColor(const SkPoint3&) const override { return this->color(); } in lightColor() function in __anon98d1e5380411::SkPointLight 1029 SkPoint3 lightColor(const SkPoint3& surfaceToLight) const override { in lightColor() function in __anon98d1e5380411::SkSpotLight 1155 const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, in DistantLitDiffuse() 1163 const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, in PointLitDiffuse() 1172 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, in SpotLitDiffuse() 1181 const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, in DistantLitSpecular() 1189 const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, in PointLitSpecular() 1198 SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, in SpotLitSpecular()
|
/third_party/flutter/skia/fuzz/ |
D | FuzzCanvas.cpp | 468 SkColor lightColor; in make_fuzz_lighting_imagefilter() local
|
/third_party/skia/fuzz/ |
D | FuzzCanvas.cpp | 460 SkColor lightColor; in make_fuzz_lighting_imagefilter() local
|