Home | History | Annotate | Download | only in src

Lines Matching refs:bX

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