Searched refs:png_calloc (Results 1 – 18 of 18) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 103 png_calloc @95
|
/external/libpng/ |
D | pngmem.c | 50 png_calloc,(png_const_structrp png_ptr, png_alloc_size_t size),PNG_ALLOCATED)
|
D | png.c | 3994 (png_uint_16pp)png_calloc(png_ptr, num * (sizeof (png_uint_16p))); 4064 (png_uint_16pp)png_calloc(png_ptr, num * (sizeof (png_uint_16p)));
|
D | pngset.c | 622 png_ptr->palette = png_voidcast(png_colorp, png_calloc(png_ptr, in png_set_PLTE()
|
D | png.h | 1750 PNG_EXPORTA(95, png_voidp, png_calloc, (png_const_structrp png_ptr,
|
D | pngrtran.c | 597 hash = (png_dsortpp)png_calloc(png_ptr, (png_alloc_size_t)(769 * in png_set_quantize() 752 png_ptr->palette_lookup = (png_bytep)png_calloc(png_ptr, in png_set_quantize()
|
D | libpng-manual.txt | 2469 or png_calloc() and passed in via a png_set_*() function, with 2490 or png_calloc() to allocate it. 3727 or png_calloc() and passed in via a png_set_*() function, with 3763 or png_calloc() to allocate it. 4207 Memory allocation is done through the functions png_malloc(), png_calloc(), 4209 call the standard C functions and png_calloc() calls png_malloc() and then 4210 clears the newly allocated memory to zero; note that png_calloc(png_ptr, size) 4779 The png_calloc() function was added and is used in place of 4797 can call png_calloc(png_ptr, number*size) instead, and can call
|
D | pngwutil.c | 1974 png_calloc(png_ptr, buf_size)); in png_write_start_row()
|
D | CHANGES | 2229 Added new exported function png_calloc(). 2230 Combined several instances of png_malloc(); png_memset() into png_calloc(). 2244 Use png_calloc() instead of png_malloc() to allocate big_row_buf when 2395 Use png_malloc plus a loop instead of png_calloc() to initialize 2400 Eliminated PNG_CALLOC_SUPPORTED macro and always provide png_calloc(). 2620 Use png_calloc() instead of png_malloc(); png_memset() in pngrutil.c 6014 png_calloc() that were png_uint_32 instead of png_alloc_size_t
|
D | pngrutil.c | 4586 png_ptr->big_row_buf = (png_bytep)png_calloc(png_ptr, in png_read_start_row()
|
/external/pdfium/third_party/libpng16/ |
D | pngmem.c | 53 png_calloc,(png_const_structrp png_ptr, png_alloc_size_t size),PNG_ALLOCATED)
|
D | png.c | 3916 (png_uint_16pp)png_calloc(png_ptr, num * (sizeof (png_uint_16p))); 3986 (png_uint_16pp)png_calloc(png_ptr, num * (sizeof (png_uint_16p)));
|
D | pngset.c | 574 png_ptr->palette = png_voidcast(png_colorp, png_calloc(png_ptr, in png_set_PLTE()
|
D | png.h | 1754 PNG_EXPORTA(95, png_voidp, png_calloc, (png_const_structrp png_ptr,
|
D | pngrtran.c | 594 hash = (png_dsortpp)png_calloc(png_ptr, (png_uint_32)(769 * in png_set_quantize() 749 png_ptr->palette_lookup = (png_bytep)png_calloc(png_ptr, in png_set_quantize()
|
D | pngwutil.c | 1944 png_calloc(png_ptr, buf_size)); in png_write_start_row()
|
D | pngrutil.c | 4454 png_ptr->big_row_buf = (png_bytep)png_calloc(png_ptr, in png_read_start_row()
|
/external/libpng/contrib/libtests/ |
D | tarith.c | 52 #define png_calloc(pp, s) calloc(1, (s)) macro
|