Searched refs:png_calloc (Results 1 – 19 of 19) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 102 png_calloc @95
|
/external/pdfium/third_party/libpng16/ |
D | pngmem.c | 53 png_calloc,(png_const_structrp png_ptr, png_alloc_size_t size),PNG_ALLOCATED)
|
D | pngprefix.h | 21 #define png_calloc PDFIUM_png_calloc macro
|
D | png.c | 3989 (png_uint_16pp)png_calloc(png_ptr, num * (sizeof (png_uint_16p))); 4059 (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 | 1719 PNG_EXPORTA(95, png_voidp, png_calloc, (png_const_structrp png_ptr,
|
D | pngrtran.c | 608 hash = (png_dsortpp)png_calloc(png_ptr, (png_alloc_size_t)(769 * in png_set_quantize() 763 png_ptr->palette_lookup = (png_bytep)png_calloc(png_ptr, in png_set_quantize()
|
D | pngwutil.c | 1972 png_calloc(png_ptr, buf_size)); in png_write_start_row()
|
D | pngrutil.c | 4606 png_ptr->big_row_buf = (png_bytep)png_calloc(png_ptr, in png_read_start_row()
|
/external/libpng/ |
D | pngmem.c | 50 png_calloc,(png_const_structrp png_ptr, png_alloc_size_t size),PNG_ALLOCATED)
|
D | png.c | 3988 (png_uint_16pp)png_calloc(png_ptr, num * (sizeof (png_uint_16p))); 4058 (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 | 1719 PNG_EXPORTA(95, png_voidp, png_calloc, (png_const_structrp png_ptr,
|
D | pngrtran.c | 608 hash = (png_dsortpp)png_calloc(png_ptr, (png_alloc_size_t)(769 * in png_set_quantize() 763 png_ptr->palette_lookup = (png_bytep)png_calloc(png_ptr, in png_set_quantize()
|
D | libpng-manual.txt | 2470 or png_calloc() and passed in via a png_set_*() function, with 2491 or png_calloc() to allocate it. 3728 or png_calloc() and passed in via a png_set_*() function, with 3764 or png_calloc() to allocate it. 4208 Memory allocation is done through the functions png_malloc(), png_calloc(), 4210 call the standard C functions and png_calloc() calls png_malloc() and then 4211 clears the newly allocated memory to zero; note that png_calloc(png_ptr, size) 4780 The png_calloc() function was added and is used in place of 4798 can call png_calloc(png_ptr, number*size) instead, and can call
|
D | pngwutil.c | 1972 png_calloc(png_ptr, buf_size)); in png_write_start_row()
|
D | pngrutil.c | 4606 png_ptr->big_row_buf = (png_bytep)png_calloc(png_ptr, in png_read_start_row()
|
D | CHANGES | 2228 Added new exported function png_calloc(). 2229 Combined several instances of png_malloc(); png_memset() into png_calloc(). 2243 Use png_calloc() instead of png_malloc() to allocate big_row_buf when 2394 Use png_malloc plus a loop instead of png_calloc() to initialize 2399 Eliminated PNG_CALLOC_SUPPORTED macro and always provide png_calloc(). 2619 Use png_calloc() instead of png_malloc(); png_memset() in pngrutil.c 6013 png_calloc() that were png_uint_32 instead of png_alloc_size_t
|
/external/libpng/contrib/libtests/ |
D | tarith.c | 52 #define png_calloc(pp, s) calloc(1, (s)) macro
|