Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DColorSpace.java3130 float Rx = primaries[0]; in area() local
3136 float det = Rx * Gy + Ry * Bx + Gx * By - Gy * Bx - Ry * Gx - Rx * By; in area()
3358 float Rx = primaries[0]; in computeXYZMatrix() local
3367 float oneRxRy = (1 - Rx) / Ry; in computeXYZMatrix()
3372 float RxRy = Rx / Ry; in computeXYZMatrix()
3388 RYRy * Rx, RY, RYRy * (1 - Rx - Ry), in computeXYZMatrix()