Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DColorSpace.java2405 @NonNull @Size(9) float[] toXYZ, in Rgb() argument
2408 this(name, computePrimaries(toXYZ), computeWhitePoint(toXYZ), null, in Rgb()
2484 @NonNull @Size(9) float[] toXYZ, in Rgb() argument
2489 this(name, isGray(toXYZ) ? GRAY_PRIMARIES : computePrimaries(toXYZ), in Rgb()
2490 computeWhitePoint(toXYZ), isGray(toXYZ) ? toXYZ : null, function, MIN_ID); in Rgb()
2612 @NonNull @Size(9) float[] toXYZ, in Rgb() argument
2614 … this(name, computePrimaries(toXYZ), computeWhitePoint(toXYZ), gamma, 0.0f, 1.0f, MIN_ID); in Rgb()
3322 private static boolean isGray(@NonNull @Size(9) float[] toXYZ) { in isGray() argument
3323 return toXYZ.length == 9 && toXYZ[1] == 0 && toXYZ[2] == 0 && toXYZ[3] == 0 in isGray()
3324 && toXYZ[5] == 0 && toXYZ[6] == 0 && toXYZ[7] == 0; in isGray()
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...