Home
last modified time | relevance | path

Searched defs:xyz (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DParcelableColorSpaceTest.java76 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testReadWriteCustom() local
97 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testWriteInvalid() local
115 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testIsParceableCustom() local
124 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testIsParcelableInvalid() local
DColorSpaceTest.java794 ColorSpace xyz = ColorSpace.get(ColorSpace.Named.CIE_XYZ); in testXYZ() local
990 public void testCctToXyzValues(int cct, float[] xyz) { in testCctToXyzValues()
/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DFrame.java129 float[] xyz = whitepoint; in make() local
DCam.java149 float[] xyz = CamUtils.xyzFromInt(argb); in fromIntInFrame() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java1418 float[] xyz = new float[3]; in normalizeFM() local