HomeSort by relevance Sort by last modified time
    Searched defs:png_free (Results 1 - 4 of 4) 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);
232 png_free(png_const_structrp png_ptr, png_voidp ptr) function
  /external/pdfium/third_party/libpng16/
pngmem.c 15 * 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/syslinux/com32/lib/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
  /external/libpng/contrib/libtests/
tarith.c 53 #define png_free(pp, s) free(s) macro

Completed in 205 milliseconds