Home
last modified time | relevance | path

Searched refs:profile_crc (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Dpng.c2494 profile_crc=0; in ReadOnePNGImage() local
2512 profile_crc=crc32(0,data,length); in ReadOnePNGImage()
2515 " with crc=%8x",(unsigned int) profile_crc); in ReadOnePNGImage()
2519 if (profile_crc == sRGB_info[icheck].crc) in ReadOnePNGImage()
8181 profile_crc=0; in WriteOnePNGImage() local
8199 profile_crc=crc32(0,data,length); in WriteOnePNGImage()
8202 " with crc=%8x",(unsigned int) profile_crc); in WriteOnePNGImage()
8206 if (profile_crc == sRGB_info[icheck].crc) in WriteOnePNGImage()