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

  /external/chromium_org/third_party/libpng/
pngmem.c 563 # define png_malloc_warn png_malloc macro
565 /* This function was added at libpng version 1.2.3. The png_malloc_warn()
571 png_malloc_warn(png_structp png_ptr, png_uint_32 size) function
png.h 2142 # define png_malloc_warn macro
    [all...]
pngusr.h 309 #define png_malloc_warn wk_png_malloc_warn macro
  /external/qemu/distrib/libpng-1.2.46/
pngmem.c 563 # define png_malloc_warn png_malloc macro
565 /* This function was added at libpng version 1.2.3. The png_malloc_warn()
571 png_malloc_warn(png_structp png_ptr, png_uint_32 size) function
png.h 2214 # define png_malloc_warn macro
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 50 #define png_malloc_warn(pp, s) malloc(s) macro

Completed in 183 milliseconds