Lines Matching refs:gAMA
1035 png_colorspacerp colorspace, png_fixed_point gAMA, int from)
1042 * 1: the new gamma value comes from a gAMA chunk
1049 (!png_muldiv(>est, colorspace->gamma, PNG_FP_1, gAMA) ||
1079 png_colorspacerp colorspace, png_fixed_point gAMA)
1089 * In 1.6.0 this test replaces the ones in pngrutil.c, in the gAMA chunk
1094 if (gAMA < 16 || gAMA > 625000000)
1110 if (png_colorspace_check_gamma(png_ptr, colorspace, gAMA, 1/*from gAMA*/))
1113 colorspace->gamma = gAMA;
1833 * PNG file to have cHRM or gAMA chunks along with sRGB, but the values must
1836 * conceivable that an older app recorded incorrect gAMA and cHRM because of