HomeSort by relevance Sort by last modified time
    Searched defs:png_free (Results 1 - 5 of 5) sorted by null

  /external/libpng/
pngmem.c 15 * 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/
pngmem.c 15 * 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
pngusr.h 206 #define png_free wk_png_free macro
  /external/qemu/distrib/libpng-1.2.46/
pngmem.c 15 * 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/
tarith.c 53 #define png_free(pp, s) free(s) macro

Completed in 606 milliseconds