Searched refs:iccp_profile_size (Results 1 – 2 of 2) sorted by relevance
577 unsigned iccp_profile_size; /* The size of iccp_profile in bytes */ member
3014 info->iccp_profile_size = profile_size; in lodepng_assign_icc()3030 info->iccp_profile_size = 0; in lodepng_clear_icc()3083 …TURN(lodepng_assign_icc(dest, source->iccp_name, source->iccp_profile, source->iccp_profile_size)); in lodepng_info_copy()4701 info->iccp_profile_size = size; in readChunk_iCCP()4702 if(!error && !info->iccp_profile_size) error = 100; /*invalid ICC profile size*/ in readChunk_iCCP()5363 info->iccp_profile, info->iccp_profile_size, zlibsettings); in addChunk_iCCP()5859 isGrayICCProfile(info_png->iccp_profile, info_png->iccp_profile_size)) { in lodepng_encode()5865 isRGBICCProfile(info_png->iccp_profile, info_png->iccp_profile_size)) { in lodepng_encode()5897 unsigned gray_icc = isGrayICCProfile(info_png->iccp_profile, info_png->iccp_profile_size); in lodepng_encode()5898 unsigned rgb_icc = isRGBICCProfile(info_png->iccp_profile, info_png->iccp_profile_size); in lodepng_encode()