Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java1191 ColorSpace.Rgb rgbCs = (ColorSpace.Rgb) cs; in testGrayscaleProfile() local
1194 float[] primaries = rgbCs.getPrimaries(); in testGrayscaleProfile()
1203 for (float[] transform : new float[][]{rgbCs.getTransform(), rgbCs.getInverseTransform()}) { in testGrayscaleProfile()