Searched refs:png_zalloc (Results 1 – 14 of 14) sorted by relevance
/external/libpng/scripts/ |
D | png32ce.def | 213 png_zalloc @180 216 ; png_zalloc @195
|
D | pngw32.def | 220 ; png_zalloc @195
|
D | pngos2.def | 202 ; png_zalloc
|
/external/libpng/ |
D | pngread.c | 160 png_ptr->zstream.zalloc = png_zalloc; in png_create_read_struct_2() 326 png_ptr->zstream.zalloc = png_zalloc; in png_read_init_3() 329 png_ptr->zstream.zalloc = png_zalloc; in png_read_init_3()
|
D | CHANGES | 852 Added PNG_NO_ZALLOC_ZERO macro (makes png_zalloc skip zeroing memory) 999 Use png_malloc instead of png_zalloc to allocate palette in pngset.c 1061 Revised png_zalloc() so zlib handles errors (uses PNG_FLAG_MALLOC_NULL_MEM_OK) 1072 Export (with PNGAPI) png_zalloc, png_zfree, and png_handle_as_unknown 1094 Prevent png_zalloc() from trying to memset memory that it failed to acquire. 1128 Restored png_zalloc() and png_zfree() prototypes to version 1.2.1 and 1133 Exported png_zalloc(), png_zfree(), png_default_read(), png_default_write(), 1150 Once more restored png_zalloc and png_zfree to regular nonexported form. 1154 Removed "PNGAPI" from png_zalloc() and png_zfree() in png.c 1295 Made png_zalloc() issue a png_warning and return NULL on potential [all …]
|
D | png.c | 158 png_zalloc(voidpf png_ptr, uInt items, uInt size) in png_zalloc() function
|
D | png.h | 2226 extern PNG_EXPORT(voidpf,png_zalloc) PNGARG((voidpf png_ptr, uInt items, 3218 PNG_EXTERN voidpf png_zalloc PNGARG((voidpf png_ptr, uInt items,
|
D | pngwutil.c | 520 png_ptr->zstream.zalloc = png_zalloc; in png_write_IHDR()
|
D | libpng-1.2.46.txt | 1419 or png_zalloc() and passed in via a png_set_*() function, with 1438 or png_zalloc() to allocate it. 2447 or png_zalloc() and passed in via a png_set_*() function, with 2480 or png_zalloc() to allocate it.
|
D | libpng-1.2.44.txt | 1419 or png_zalloc() and passed in via a png_set_*() function, with 1438 or png_zalloc() to allocate it. 2447 or png_zalloc() and passed in via a png_set_*() function, with 2480 or png_zalloc() to allocate it.
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngread.c | 142 png_ptr->zstream.zalloc = png_zalloc; in png_create_read_struct_2() 296 png_ptr->zstream.zalloc = png_zalloc; in png_read_init_3()
|
D | png.c | 154 png_zalloc(voidpf png_ptr, uInt items, uInt size) in png_zalloc() function
|
D | png.h | 2009 extern PNG_EXPORT(voidpf,png_zalloc) PNGARG((voidpf png_ptr, uInt items, 2931 PNG_EXTERN voidpf png_zalloc PNGARG((voidpf png_ptr, uInt items, uInt size));
|
D | pngwutil.c | 500 png_ptr->zstream.zalloc = png_zalloc; in png_write_IHDR()
|