Lines Matching full:redx
1137 if (!png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d)) return 1;
1176 if (xy->redx < 0 || xy->redx > PNG_FP_1) return 1;
1177 if (xy->redy < 0 || xy->redy > PNG_FP_1-xy->redx) return 1;
1366 if (!png_muldiv(&right, xy->greeny-xy->bluey, xy->redx - xy->bluex, 7))
1388 if (!png_muldiv(&right, xy->redx-xy->bluex, xy->whitey-xy->bluey, 7))
1403 if (!png_muldiv(&XYZ->red_X, xy->redx, PNG_FP_1, red_inverse)) return 1;
1405 if (!png_muldiv(&XYZ->red_Z, PNG_FP_1 - xy->redx - xy->redy, PNG_FP_1,
1471 PNG_OUT_OF_RANGE(xy1->redx, xy2->redx, delta) ||