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

  /external/libpng/contrib/pngminus/
png2pnm.c 39 #ifndef PNG_DEBUG
40 #define PNG_DEBUG 0
pnm2png.c 37 #ifndef PNG_DEBUG
38 #define PNG_DEBUG 0
  /external/libpng/
pngtest.c 67 #ifndef PNG_DEBUG
68 # define PNG_DEBUG 0
71 #if !PNG_DEBUG
490 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
614 #endif /* PNG_USER_MEM_SUPPORTED && PNG_DEBUG */
745 png_debug(0, "Allocating read and write structures");
746 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
771 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
786 png_debug(0, "Allocating read_info, write_info and end_info structures");
795 png_debug(0, "Setting jmpbuf for read struct")
    [all...]
pngconf.h 258 * unless (PNG_DEBUG > 0) has been #defined.
274 # ifdef PNG_DEBUG
275 # undef PNG_DEBUG
291 # ifdef PNG_DEBUG
292 # if (PNG_DEBUG > 0)
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 226 * unless (PNG_DEBUG > 0) has been #defined.
236 # ifdef PNG_DEBUG
237 # undef PNG_DEBUG
253 # ifdef PNG_DEBUG
254 # if (PNG_DEBUG > 0)
    [all...]

Completed in 53 milliseconds