Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DColorSpace.java3328 float Ry = primaries[1]; in area() local
3333 float det = Rx * Gy + Ry * Bx + Gx * By - Gy * Bx - Ry * Gx - Rx * By; in area()
3556 float Ry = primaries[1]; in computeXYZMatrix() local
3564 float oneRxRy = (1 - Rx) / Ry; in computeXYZMatrix()
3569 float RxRy = Rx / Ry; in computeXYZMatrix()
3580 float RYRy = RY / Ry; in computeXYZMatrix()
3585 RYRy * Rx, RY, RYRy * (1 - Rx - Ry), in computeXYZMatrix()