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.java75 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testReadWriteCustom() local
96 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testWriteInvalid() local
114 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testIsParceableCustom() local
123 float[] xyz = new float[] {1f, 2f, 3f, 4f, 5f, 6f, 7f, 8f, 9f}; in testIsParcelableInvalid() local
DColorSpaceTest.java772 ColorSpace xyz = ColorSpace.get(ColorSpace.Named.CIE_XYZ); in testXYZ() local
968 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