Home | History | Annotate | Download | only in src

Lines Matching refs:rX

261        float rX, rY, rZ, gX, gY, gZ, bX, bY, bZ;
272 rX = s15Fixed16Number_to_float(profile->redColorant.X);
287 (rX < 0) || (rY < 0) || (rZ < 0) ||
296 sum[0] = rX + gX + bX;