Searched refs:proflen (Results 1 – 10 of 10) sorted by relevance
/external/libpng/ |
D | pngget.c | 526 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()
|
D | pngset.c | 596 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()
|
D | pngtest.c | 969 png_uint_32 proflen; in test_one_file() local 973 &profile, &proflen)) in test_one_file() 976 profile, proflen); in test_one_file()
|
D | png.h | 2545 png_charpp profile, png_uint_32 *proflen)); 2552 png_charp profile, png_uint_32 proflen)); 3372 png_charp profile, int proflen)) PNG_PRIVATE;
|
D | libpng-1.2.44.txt | 635 &compression_type, &profile, &proflen); 643 proflen - length of profile data in bytes. 1914 profile, proflen); 1922 proflen - length of profile data in bytes.
|
D | libpng-1.2.46.txt | 635 &compression_type, &profile, &proflen); 643 proflen - length of profile data in bytes. 1914 profile, proflen); 1922 proflen - length of profile data in bytes.
|
D | CHANGES | 623 Changed type of proflen from png_int_32 to png_uint_32 in png_get_iCCP().
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngget.c | 491 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()
|
D | pngset.c | 678 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()
|
D | png.h | 2320 png_charpp profile, png_uint_32 *proflen)); 2327 png_charp profile, png_uint_32 proflen)); 3067 png_charp profile, int proflen));
|