Searched refs:hue (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/utils/ |
D | Cam.java | 112 Cam(float hue, float chroma, float j, float q, float m, float s, float jstar, float astar, in Cam() argument 114 mHue = hue; in Cam() 131 public static int getInt(float hue, float chroma, float lstar) { in getInt() argument 132 return getInt(hue, chroma, lstar, Frame.DEFAULT); in getInt() 182 float hue = in fromIntInFrame() local 186 float hueRadians = hue * (float) Math.PI / 180.0f; in fromIntInFrame() 201 float huePrime = (hue < 20.14) ? hue + 360 : hue; in fromIntInFrame() 219 return new Cam(hue, c, j, q, m, s, jstar, astar, bstar); in fromIntInFrame() 338 public static int getInt(float hue, float chroma, float lstar, Frame frame) { in getInt() argument 386 hue = hue < 0 ? 0 : Math.min(360, hue); in getInt() [all …]
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | ColorUtils.java | 34 public static float hue(int argb) { in hue() method in ColorUtils
|
D | LightBarTests.java | 407 float hueDiff = Math.abs(ColorUtils.hue(background) - ColorUtils.hue(c)); in evaluateBarBitmap()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | SystemPaletteTest.java | 112 final float hue = cam.getHue(); in testAllColorsBelongToSameFamily() local 113 final boolean hueWithinTolerance = deltaHueWithinTolerance(hue, medianHue); in testAllColorsBelongToSameFamily()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | raw_converter.rscript | 82 // This attempts to apply tonemapping without changing the hue of each pixel,
|