Searched refs:png_zalloc (Results 1 – 7 of 7) sorted by relevance
/external/skia/third_party/libpng/ |
D | pngprefix.h | 31 #define png_zalloc skia_png_zalloc macro
|
/external/libpng/ |
D | CHANGES | 934 Added PNG_NO_ZALLOC_ZERO macro (makes png_zalloc skip zeroing memory) 1106 Use png_malloc instead of png_zalloc to allocate palette in pngset.c 1176 Revised png_zalloc() so zlib handles errors (uses PNG_FLAG_MALLOC_NULL_MEM_OK) 1189 Export (with PNGAPI) png_zalloc, png_zfree, and png_handle_as_unknown 1215 Prevent png_zalloc() from trying to memset memory that it failed to acquire. 1259 Restored png_zalloc() and png_zfree() prototypes to version 1.2.1 and 1265 Exported png_zalloc(), png_zfree(), png_default_read(), png_default_write(), 1286 Once more restored png_zalloc and png_zfree to regular nonexported form. 1292 Removed "PNGAPI" from png_zalloc() and png_zfree() in png.c 1447 Made png_zalloc() issue a png_warning and return NULL on potential [all …]
|
D | png.c | 78 png_zalloc,(voidpf png_ptr, uInt items, uInt size),PNG_ALLOCATED) 307 create_struct.zstream.zalloc = png_zalloc;
|
D | pngpriv.h | 927 PNG_INTERNAL_FUNCTION(voidpf,png_zalloc,(voidpf png_ptr, uInt items, uInt size),
|
D | libpng-manual.txt | 4718 The png_zalloc() and png_zfree() functions are no longer exported. 4719 The png_zalloc() function no longer zeroes out the memory that it 4720 allocates. Applications that called png_zalloc(png_ptr, number, size)
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_png.c | 72 png_zalloc,(voidpf png_ptr, uInt items, uInt size),PNG_ALLOCATED) 296 create_struct.zstream.zalloc = png_zalloc;
|
D | pngpriv.h | 899 PNG_INTERNAL_FUNCTION(voidpf,png_zalloc,(voidpf png_ptr, uInt items, uInt size),
|