Searched refs:lstarFromInt (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/colormodel/ |
D | CamTest.java | 119 int color = Cam.getInt(cam.getHue(), cam.getChroma(), CamUtils.lstarFromInt(colorToTest)); in getRedFromGamutMap() 127 int color = Cam.getInt(cam.getHue(), cam.getChroma(), CamUtils.lstarFromInt(colorToTest)); in getGreenFromGamutMap() 135 int color = Cam.getInt(cam.getHue(), cam.getChroma(), CamUtils.lstarFromInt(colorToTest)); in getBlueFromGamutMap() 143 int color = Cam.getInt(cam.getHue(), cam.getChroma(), CamUtils.lstarFromInt(colorToTest)); in getWhiteFromGamutMap() 151 int color = Cam.getInt(cam.getHue(), cam.getChroma(), CamUtils.lstarFromInt(colorToTest)); in getBlackFromGamutMap() 159 int color = Cam.getInt(cam.getHue(), cam.getChroma(), CamUtils.lstarFromInt(colorToTest)); in getMidgrayFromGamutMap() 167 int color = Cam.getInt(cam.getHue(), cam.getChroma(), CamUtils.lstarFromInt(colorToTest)); in getRandomGreenFromGamutMap() 178 assertEquals(70.029f, CamUtils.lstarFromInt(color), 0.001f); in gamutMapArbitraryHCL() 220 CamUtils.lstarFromInt(color)); in testHctReflexivity()
|
/frameworks/base/core/java/com/android/internal/graphics/cam/ |
D | CamUtils.java | 221 public static float lstarFromInt(int argb) { in lstarFromInt() method in CamUtils
|
D | Cam.java | 477 float clippedLstar = CamUtils.lstarFromInt(clipped); in findCamByJ()
|