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.java86 private static final DoubleUnaryOperator sIdentity = DoubleUnaryOperator.identity(); field in ColorSpaceTest
111 new ColorSpace.Rgb(null, new float[6], new float[2], sIdentity, sIdentity, 0.0f, 1.0f); in testNullName()
116 new ColorSpace.Rgb("", new float[6], new float[2], sIdentity, sIdentity, 0.0f, 1.0f); in testEmptyName()
122 sIdentity, sIdentity, 0.0f, 1.0f); in testName()
128 new ColorSpace.Rgb("Test", new float[7], new float[2], sIdentity, sIdentity, 0.0f, 1.0f); in testPrimariesLength()
133 new ColorSpace.Rgb("Test", new float[6], new float[1], sIdentity, sIdentity, 0.0f, 1.0f); in testWhitePointLength()
138 new ColorSpace.Rgb("Test", new float[6], new float[2], null, sIdentity, 0.0f, 1.0f); in testNullOETF()
145 op, sIdentity, 0.0f, 1.0f); in testOETF()
151 new ColorSpace.Rgb("Test", new float[6], new float[2], sIdentity, null, 0.0f, 1.0f); in testNullEOTF()
158 sIdentity, op, 0.0f, 1.0f); in testEOTF()
[all …]