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);
232 png_free(png_const_structrp png_ptr, png_voidp ptr) function
  /external/pdfium/third_party/lpng_v163/
pngmem.c 14 * functions for png_malloc() and png_free(), and to use
39 /* png_free might call png_error and may certainly call
44 png_free(&dummy_struct, png_ptr);
236 png_free(png_const_structrp png_ptr, png_voidp ptr) function
png.h 629 #define png_free FOXIT_png_free macro
    [all...]
  /external/opencv3/3rdparty/libpng/
pngmem.c 15 * functions for png_malloc() and png_free(), and to use
322 png_free(png_structp png_ptr, png_voidp ptr) function
578 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 55 milliseconds