Searched defs:hue (Results 1 – 2 of 2) 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() 131 public static int getInt(float hue, float chroma, float lstar) { in getInt() 182 float hue = in fromIntInFrame() local 338 public static int getInt(float hue, float chroma, float lstar, Frame frame) { in getInt() 446 private static Cam findCamByJ(float hue, float chroma, float lstar) { in findCamByJ()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | ColorUtils.java | 34 public static float hue(int argb) { in hue() method in ColorUtils
|