Searched refs:profile_len (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/libwebp/imageio/ |
D | pngdec.c | 97 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/libwebp/imageio/ |
D | pngdec.c | 97 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/flutter/skia/third_party/externals/libpng/ |
D | pngwutil.c | 1121 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()
|
/third_party/libpng/ |
D | pngwutil.c | 1121 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()
|
/third_party/skia/third_party/externals/libpng/ |
D | pngwutil.c | 1121 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()
|