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

/vbox/src/libs/libpng-1.2.8/
H A Dpngwutil.c723 png_charp profile, int profile_len)
744 profile_len = 0;
746 if (profile_len)
747 profile_len = png_text_compress(png_ptr, profile, (png_size_t)profile_len,
752 (png_uint_32)name_len+profile_len+2);
756 if (profile_len)
722 png_write_iCCP(png_structp png_ptr, png_charp name, int compression_type, png_charp profile, int profile_len) argument

Completed in 38 milliseconds