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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngset.c597 png_const_bytep profile, png_uint_32 proflen)
618 new_iccp_profile = (png_bytep)png_malloc_warn(png_ptr, proflen);
628 png_memcpy(new_iccp_profile, profile, (png_size_t)proflen);
632 info_ptr->iccp_proflen = proflen;
595 png_set_iCCP(png_structp png_ptr, png_infop info_ptr, png_const_charp name, int compression_type, png_const_bytep profile, png_uint_32 proflen) argument
H A Dpngget.c613 png_bytepp profile, png_uint_32 *proflen)
618 && name != NULL && profile != NULL && proflen != NULL)
625 *proflen = (int)info_ptr->iccp_proflen;
611 png_get_iCCP(png_const_structp png_ptr, png_const_infop info_ptr, png_charpp name, int *compression_type, png_bytepp profile, png_uint_32 *proflen) argument
H A Dpngtest.c1069 png_uint_32 proflen; local
1073 &profile, &proflen))
1076 profile, proflen);
H A Dpng.h2213 png_uint_32 *proflen));
2220 png_uint_32 proflen));
H A Dpngpriv.h659 png_const_charp profile, int proflen));

Completed in 1174 milliseconds