Home
last modified time | relevance | path

Searched refs:proflen (Results 1 – 10 of 10) sorted by relevance

/external/libpng/
Dpngget.c526 png_charpp profile, png_uint_32 *proflen) in png_get_iCCP() argument
531 && name != NULL && profile != NULL && proflen != NULL) in png_get_iCCP()
538 *proflen = (int)info_ptr->iccp_proflen; in png_get_iCCP()
Dpngset.c596 png_charp profile, png_uint_32 proflen) in png_set_iCCP() argument
615 new_iccp_profile = (png_charp)png_malloc_warn(png_ptr, proflen); in png_set_iCCP()
623 png_memcpy(new_iccp_profile, profile, (png_size_t)proflen); in png_set_iCCP()
627 info_ptr->iccp_proflen = proflen; in png_set_iCCP()
Dpngtest.c969 png_uint_32 proflen; in test_one_file() local
973 &profile, &proflen)) in test_one_file()
976 profile, proflen); in test_one_file()
Dpng.h2545 png_charpp profile, png_uint_32 *proflen));
2552 png_charp profile, png_uint_32 proflen));
3372 png_charp profile, int proflen)) PNG_PRIVATE;
Dlibpng-1.2.44.txt635 &compression_type, &profile, &proflen);
643 proflen - length of profile data in bytes.
1914 profile, proflen);
1922 proflen - length of profile data in bytes.
Dlibpng-1.2.46.txt635 &compression_type, &profile, &proflen);
643 proflen - length of profile data in bytes.
1914 profile, proflen);
1922 proflen - length of profile data in bytes.
DCHANGES623 Changed type of proflen from png_int_32 to png_uint_32 in png_get_iCCP().
/external/qemu/distrib/libpng-1.2.19/
Dpngget.c491 png_charpp profile, png_uint_32 *proflen) in png_get_iCCP() argument
494 && name != NULL && profile != NULL && proflen != NULL) in png_get_iCCP()
501 *proflen = (int)info_ptr->iccp_proflen; in png_get_iCCP()
Dpngset.c678 png_charp profile, png_uint_32 proflen) in png_set_iCCP() argument
694 new_iccp_profile = (png_charp)png_malloc_warn(png_ptr, proflen); in png_set_iCCP()
701 png_memcpy(new_iccp_profile, profile, (png_size_t)proflen); in png_set_iCCP()
705 info_ptr->iccp_proflen = proflen; in png_set_iCCP()
Dpng.h2320 png_charpp profile, png_uint_32 *proflen));
2327 png_charp profile, png_uint_32 proflen));
3067 png_charp profile, int proflen));