Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DColorSpaceTest.java71 private static final DoubleUnaryOperator sIdentity = DoubleUnaryOperator.identity(); field in ColorSpaceTest
87 new ColorSpace.Rgb(null, new float[6], new float[2], sIdentity, sIdentity, 0.0f, 1.0f); in testNullName()
92 new ColorSpace.Rgb("", new float[6], new float[2], sIdentity, sIdentity, 0.0f, 1.0f); in testEmptyName()
98 sIdentity, sIdentity, 0.0f, 1.0f); in testName()
104 new ColorSpace.Rgb("Test", new float[7], new float[2], sIdentity, sIdentity, 0.0f, 1.0f); in testPrimariesLength()
109 new ColorSpace.Rgb("Test", new float[6], new float[1], sIdentity, sIdentity, 0.0f, 1.0f); in testWhitePointLength()
114 new ColorSpace.Rgb("Test", new float[6], new float[2], null, sIdentity, 0.0f, 1.0f); in testNullOETF()
121 op, sIdentity, 0.0f, 1.0f); in testOETF()
127 new ColorSpace.Rgb("Test", new float[6], new float[2], sIdentity, null, 0.0f, 1.0f); in testNullEOTF()
134 sIdentity, op, 0.0f, 1.0f); in testEOTF()
[all …]