Home | History | Annotate | Download | only in libpng

Lines Matching full:redx

1203    if (png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d) == 0)
1251 if (xy->redx < 0 || xy->redx > PNG_FP_1) return 1;
1252 if (xy->redy < 0 || xy->redy > PNG_FP_1-xy->redx) return 1;
1441 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->redx - xy->bluex, 7) == 0)
1463 if (png_muldiv(&right, xy->redx-xy->bluex, xy->whitey-xy->bluey, 7) == 0)
1479 redx, PNG_FP_1, red_inverse) == 0)
1483 if (png_muldiv(&XYZ->red_Z, PNG_FP_1 - xy->redx - xy->redy, PNG_FP_1,
1562 PNG_OUT_OF_RANGE(xy1->redx, xy2->redx, delta) ||