Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/imageio/
Dpngdec.c97 static int ProcessRawProfile(const char* profile, size_t profile_len, in ProcessRawProfile() argument
103 if (profile == NULL || profile_len == 0) return 0; in ProcessRawProfile()
132 int (*process)(const char* profile, size_t profile_len,
/third_party/skia/third_party/externals/libpng/
Dpngwutil.c1121 png_uint_32 profile_len; in png_write_iCCP() local
1134 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()