Home
last modified time | relevance | path

Searched refs:ILLUMINANT_D50 (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DColorSpace.java159 public static final float[] ILLUMINANT_D50 = { 0.34567f, 0.35850f }; field in ColorSpace
1399 float[] desired = ILLUMINANT_D50; in adaptToIlluminantD50()
1624 ILLUMINANT_D50,
4020 if (!compare(source.mWhitePoint, ILLUMINANT_D50)) {
4027 if (!compare(destination.mWhitePoint, ILLUMINANT_D50)) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt15387 field public static final float[] ILLUMINANT_D50;