Home
last modified time | relevance | path

Searched refs:getJ (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCam.java61 public float getJ() { in getJ() method in Cam
276 (getChroma() == 0.0 || getJ() == 0.0) in viewed()
278 : getChroma() / (float) Math.sqrt(getJ() / 100.0); in viewed()
286 float ac = frame.getAw() * (float) Math.pow(getJ() / 100.0, in viewed()
473 Cam.fromJch(camClipped.getJ(), camClipped.getChroma(), hue)); in findCamByJ()