Searched defs:png_free (Results 1 - 6 of 6) sorted by relevance

/external/libpng/
H A Dpngmem.c15 * functions for png_malloc() and png_free(), and to use
29 /* png_free might call png_error and may certainly call
34 png_free(&dummy_struct, png_ptr);
232 png_free(png_const_structrp png_ptr, png_voidp ptr) function
/external/pdfium/third_party/libpng16/
H A Dpngmem.c15 * functions for png_malloc() and png_free(), and to use
32 /* png_free might call png_error and may certainly call
37 png_free(&dummy_struct, png_ptr);
235 png_free(png_const_structrp png_ptr, png_voidp ptr) function
/external/skia/third_party/libpng/
H A Dpngmem.c15 * functions for png_malloc() and png_free(), and to use
29 /* png_free might call png_error and may certainly call
34 png_free(&dummy_struct, png_ptr);
232 png_free(png_const_structrp png_ptr, png_voidp ptr) function
H A Dpngprefix.h307 #define png_free skia_png_free macro
/external/syslinux/com32/lib/libpng/
H A Dpngmem.c15 * functions for png_malloc() and png_free(), and to use
291 png_free(png_structp png_ptr, png_voidp ptr) function
527 png_free(png_structp png_ptr, png_voidp ptr) function
/external/libpng/contrib/libtests/
H A Dtarith.c53 #define png_free(pp, s) free(s) macro

Completed in 159 milliseconds