Searched refs:profile_len (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/com32/lib/libpng/
H A Dpngwutil.c770 png_charp profile, int profile_len)
796 profile_len = 0;
798 if (profile_len > 3)
813 if (profile_len < embedded_profile_len)
821 if (profile_len > embedded_profile_len)
825 profile_len = embedded_profile_len;
828 if (profile_len)
829 profile_len = png_text_compress(png_ptr, profile,
830 (png_size_t)profile_len, PNG_COMPRESSION_TYPE_BASE, &comp);
834 (png_uint_32)(name_len + profile_len
769 png_write_iCCP(png_structp png_ptr, png_charp name, int compression_type, png_charp profile, int profile_len) argument
[all...]
/external/libpng/
H A Dpngwutil.c1122 png_uint_32 profile_len; local
1135 profile_len = png_get_uint_32(profile);
1137 if (profile_len < 132)
1141 if (temp > 3 && (profile_len & 0x03))
1147 if (profile_len != embedded_profile_len)
1161 png_text_compress_init(&comp, profile, profile_len);
/external/pdfium/third_party/libpng16/
H A Dpngwutil.c1115 png_uint_32 profile_len; local
1128 profile_len = png_get_uint_32(profile);
1130 if (profile_len < 132)
1134 if (temp > 3 && (profile_len & 0x03))
1140 if (profile_len != embedded_profile_len)
1154 png_text_compress_init(&comp, profile, profile_len);

Completed in 4419 milliseconds