Searched refs:profile_len (Results 1 – 2 of 2) sorted by relevance
97 static int ProcessRawProfile(const char* profile, size_t profile_len, in ProcessRawProfile() argument103 if (profile == NULL || profile_len == 0) return 0; in ProcessRawProfile()132 int (*process)(const char* profile, size_t profile_len,
1121 png_uint_32 profile_len; in png_write_iCCP() local1134 profile_len = png_get_uint_32(profile); in png_write_iCCP()1136 if (profile_len < 132) in png_write_iCCP()1140 if (temp > 3 && (profile_len & 0x03)) in png_write_iCCP()1146 if (profile_len != embedded_profile_len) in png_write_iCCP()1160 png_text_compress_init(&comp, profile, profile_len); in png_write_iCCP()