Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DColorSpace.java2489 this(name, isGray(toXYZ) ? GRAY_PRIMARIES : computePrimaries(toXYZ), in Rgb()
2490 computeWhitePoint(toXYZ), isGray(toXYZ) ? toXYZ : null, function, MIN_ID); in Rgb()
3322 private static boolean isGray(@NonNull @Size(9) float[] toXYZ) { in isGray() method in ColorSpace.Rgb