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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwutil.c1107 png_const_charp profile, int profile_len)
1130 profile_len = 0;
1132 if (profile_len > 3)
1148 if (profile_len < embedded_profile_len)
1157 if (profile_len > embedded_profile_len)
1162 profile_len = embedded_profile_len;
1165 if (profile_len)
1166 profile_len = png_text_compress(png_ptr, profile,
1167 (png_size_t)profile_len, PNG_COMPRESSION_TYPE_BASE, &comp);
1171 (png_uint_32)(name_len + profile_len
1106 png_write_iCCP(png_structp png_ptr, png_const_charp name, int compression_type, png_const_charp profile, int profile_len) argument
[all...]

Completed in 25 milliseconds