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

/vbox/src/libs/libpng-1.2.8/
H A Dpngget.c489 png_charpp profile, png_uint_32 *proflen)
492 && name != NULL && profile != NULL && proflen != NULL)
499 *proflen = (int)info_ptr->iccp_proflen;
487 png_get_iCCP(png_structp png_ptr, png_infop info_ptr, png_charpp name, int *compression_type, png_charpp profile, png_uint_32 *proflen) argument
H A Dpngset.c648 png_charp profile, png_uint_32 proflen)
664 new_iccp_profile = (png_charp)png_malloc_warn(png_ptr, proflen);
671 png_memcpy(new_iccp_profile, profile, (png_size_t)proflen);
675 info_ptr->iccp_proflen = proflen;
646 png_set_iCCP(png_structp png_ptr, png_infop info_ptr, png_charp name, int compression_type, png_charp profile, png_uint_32 proflen) argument
H A Dpngtest.c869 png_uint_32 proflen; local
873 &profile, &proflen))
876 profile, proflen);

Completed in 186 milliseconds