Lines Matching refs:PNG_FP_1
1091 (png_muldiv(>est, colorspace->gamma, PNG_FP_1, gAMA) == 0 ||
1244 if (png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d) == 0)
1246 if (png_muldiv(&xy->redy, XYZ->red_Y, PNG_FP_1, d) == 0)
1253 if (png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d) == 0)
1255 if (png_muldiv(&xy->greeny, XYZ->green_Y, PNG_FP_1, d) == 0)
1262 if (png_muldiv(&xy->bluex, XYZ->blue_X, PNG_FP_1, d) == 0)
1264 if (png_muldiv(&xy->bluey, XYZ->blue_Y, PNG_FP_1, d) == 0)
1273 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1275 if (png_muldiv(&xy->whitey, whiteY, PNG_FP_1, dwhite) == 0)
1292 if (xy->redx < 0 || xy->redx > PNG_FP_1) return 1;
1293 if (xy->redy < 0 || xy->redy > PNG_FP_1-xy->redx) return 1;
1294 if (xy->greenx < 0 || xy->greenx > PNG_FP_1) return 1;
1295 if (xy->greeny < 0 || xy->greeny > PNG_FP_1-xy->greenx) return 1;
1296 if (xy->bluex < 0 || xy->bluex > PNG_FP_1) return 1;
1297 if (xy->bluey < 0 || xy->bluey > PNG_FP_1-xy->bluex) return 1;
1298 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1299 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
1520 if (png_muldiv(&XYZ->red_X, xy->redx, PNG_FP_1, red_inverse) == 0)
1522 if (png_muldiv(&XYZ->red_Y, xy->redy, PNG_FP_1, red_inverse) == 0)
1524 if (png_muldiv(&XYZ->red_Z, PNG_FP_1 - xy->redx - xy->redy, PNG_FP_1,
1528 if (png_muldiv(&XYZ->green_X, xy->greenx, PNG_FP_1, green_inverse) == 0)
1530 if (png_muldiv(&XYZ->green_Y, xy->greeny, PNG_FP_1, green_inverse) == 0)
1532 if (png_muldiv(&XYZ->green_Z, PNG_FP_1 - xy->greenx - xy->greeny, PNG_FP_1,
1536 if (png_muldiv(&XYZ->blue_X, xy->bluex, blue_scale, PNG_FP_1) == 0)
1538 if (png_muldiv(&XYZ->blue_Y, xy->bluey, blue_scale, PNG_FP_1) == 0)
1540 if (png_muldiv(&XYZ->blue_Z, PNG_FP_1 - xy->bluex - xy->bluey, blue_scale,
1541 PNG_FP_1) == 0)
1570 if (Y != PNG_FP_1)
1572 if (png_muldiv(&XYZ->red_X, XYZ->red_X, PNG_FP_1, Y) == 0)
1574 if (png_muldiv(&XYZ->red_Y, XYZ->red_Y, PNG_FP_1, Y) == 0)
1576 if (png_muldiv(&XYZ->red_Z, XYZ->red_Z, PNG_FP_1, Y) == 0)
1579 if (png_muldiv(&XYZ->green_X, XYZ->green_X, PNG_FP_1, Y) == 0)
1581 if (png_muldiv(&XYZ->green_Y, XYZ->green_Y, PNG_FP_1, Y) == 0)
1583 if (png_muldiv(&XYZ->green_Z, XYZ->green_Z, PNG_FP_1, Y) == 0)
1586 if (png_muldiv(&XYZ->blue_X, XYZ->blue_X, PNG_FP_1, Y) == 0)
1588 if (png_muldiv(&XYZ->blue_Y, XYZ->blue_Y, PNG_FP_1, Y) == 0)
1590 if (png_muldiv(&XYZ->blue_Z, XYZ->blue_Z, PNG_FP_1, Y) == 0)
3517 return gamma_val < PNG_FP_1 - PNG_GAMMA_THRESHOLD_FIXED ||
3518 gamma_val > PNG_FP_1 + PNG_GAMMA_THRESHOLD_FIXED;
3905 if (png_muldiv(&res, gamma_val, lg2, PNG_FP_1) != 0)
3935 if (png_muldiv(&res, gamma_val, lg2, PNG_FP_1) != 0)
4223 png_ptr->screen_gamma) : PNG_FP_1);
4306 png_ptr->screen_gamma) : PNG_FP_1);
4311 png_ptr->screen_gamma) : PNG_FP_1);