HomeSort by relevance Sort by last modified time
    Searched refs:sIdentity (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorSpaceTest.java 70 private static final DoubleUnaryOperator sIdentity = DoubleUnaryOperator.identity();
86 new ColorSpace.Rgb(null, new float[6], new float[2], sIdentity, sIdentity, 0.0f, 1.0f);
91 new ColorSpace.Rgb("", new float[6], new float[2], sIdentity, sIdentity, 0.0f, 1.0f);
97 sIdentity, sIdentity, 0.0f, 1.0f);
103 new ColorSpace.Rgb("Test", new float[7], new float[2], sIdentity, sIdentity, 0.0f, 1.0f);
108 new ColorSpace.Rgb("Test", new float[6], new float[1], sIdentity, sIdentity, 0.0f, 1.0f)
    [all...]
  /frameworks/base/libs/hwui/
PatchCache.cpp 224 static const UvMapper sIdentity;
234 pixelWidth, pixelHeight, sIdentity, patch);
Matrix.cpp 41 static Matrix4 sIdentity;
42 return sIdentity;

Completed in 64 milliseconds