Searched defs:png_free (Results 1 - 5 of 5) 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);
229 png_free(png_const_structrp png_ptr, png_voidp ptr) function
/external/chromium_org/third_party/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
H A Dpngusr.h206 #define png_free wk_png_free macro
/external/qemu/distrib/libpng-1.2.46/
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 414 milliseconds