Home | History | Annotate | Download | only in libpng16

Lines Matching defs:adler

2212    png_uint_32 adler, crc, length;
2219 # define PNG_ICC_CHECKSUM(adler, crc, md5, intent, broke, date, length, fname)\
2220 { adler, crc, length, md5, broke, intent },
2273 png_const_bytep profile, uLong adler)
2325 if (adler == 0)
2327 adler = adler32(0, NULL, 0);
2328 adler = adler32(adler, profile, length);
2331 if (adler == png_sRGB_checks[i].adler)
2395 png_colorspacerp colorspace, png_const_bytep profile, uLong adler)
2401 if (png_compare_ICC_profile_with_sRGB(png_ptr, profile, adler) != 0)