Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DColorSpace.java155 public static final float[] ILLUMINANT_D50 = { 0.34567f, 0.35850f }; field in ColorSpace
1360 float[] desired = ILLUMINANT_D50; in adaptToIlluminantD50()
1534 ILLUMINANT_D50,
3806 if (!compare(source.mWhitePoint, ILLUMINANT_D50)) { in computeTransform()
3813 if (!compare(destination.mWhitePoint, ILLUMINANT_D50)) { in computeTransform()
/frameworks/base/core/api/
Dcurrent.txt15123 field public static final float[] ILLUMINANT_D50;