Searched refs:iccp_profile_size (Results 1 – 2 of 2) sorted by relevance
631 unsigned iccp_profile_size; /* The size of iccp_profile in bytes */ member
3491 info->iccp_profile_size = profile_size; in lodepng_assign_icc()3509 info->iccp_profile_size = 0; in lodepng_clear_icc()3568 …TURN(lodepng_assign_icc(dest, source->iccp_name, source->iccp_profile, source->iccp_profile_size)); in lodepng_info_copy()5468 info->iccp_profile_size = (unsigned)size; in readChunk_iCCP()5469 if(!error && !info->iccp_profile_size) error = 100; /*invalid ICC profile size*/ in readChunk_iCCP()6263 info->iccp_profile, info->iccp_profile_size, zlibsettings); in addChunk_iCCP()6844 isGrayICCProfile(info_png->iccp_profile, info_png->iccp_profile_size)) { in lodepng_encode()6850 isRGBICCProfile(info_png->iccp_profile, info_png->iccp_profile_size)) { in lodepng_encode()6944 unsigned gray_icc = isGrayICCProfile(info_png->iccp_profile, info_png->iccp_profile_size); in lodepng_encode()6945 unsigned rgb_icc = isRGBICCProfile(info_png->iccp_profile, info_png->iccp_profile_size); in lodepng_encode()