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.java70 private static final DoubleUnaryOperator sIdentity = DoubleUnaryOperator.identity(); field in ColorSpaceTest
86 new ColorSpace.Rgb(null, new float[6], new float[2], sIdentity, sIdentity, 0.0f, 1.0f); in testNullName()
91 new ColorSpace.Rgb("", new float[6], new float[2], sIdentity, sIdentity, 0.0f, 1.0f); in testEmptyName()
97 sIdentity, sIdentity, 0.0f, 1.0f); in testName()
103 new ColorSpace.Rgb("Test", new float[7], new float[2], sIdentity, sIdentity, 0.0f, 1.0f); in testPrimariesLength()
108 new ColorSpace.Rgb("Test", new float[6], new float[1], sIdentity, sIdentity, 0.0f, 1.0f); in testWhitePointLength()
113 new ColorSpace.Rgb("Test", new float[6], new float[2], null, sIdentity, 0.0f, 1.0f); in testNullOETF()
120 op, sIdentity, 0.0f, 1.0f); in testOETF()
126 new ColorSpace.Rgb("Test", new float[6], new float[2], sIdentity, null, 0.0f, 1.0f); in testNullEOTF()
133 sIdentity, op, 0.0f, 1.0f); in testEOTF()
[all …]