Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c2753 profile_crc=0; in ReadOnePNGImage() local
2771 profile_crc=crc32(0,data,profile_length); in ReadOnePNGImage()
2774 " with crc=%8x",(unsigned int) profile_crc); in ReadOnePNGImage()
2778 if (profile_crc == sRGB_info[icheck].crc) in ReadOnePNGImage()
8667 profile_crc=0; in WriteOnePNGImage() local
8685 profile_crc=crc32(0,data,length); in WriteOnePNGImage()
8688 " with crc=%8x",(unsigned int) profile_crc); in WriteOnePNGImage()
8692 if (profile_crc == sRGB_info[icheck].crc) in WriteOnePNGImage()