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

  /external/libpng/
pngdebug.h 14 /* Define PNG_DEBUG at compile time for debugging information. Higher
15 * numbers for PNG_DEBUG mean more debugging information. This has
19 * png_debug[1-2]?(level, message ,arg{0-2})
22 * substitution if PNG_DEBUG is defined to 2 or more. If PNG_DEBUG
23 * is undefined, 0 or 1 every png_debug expands to a simple expression
51 #ifdef PNG_DEBUG
52 # if (PNG_DEBUG > 0)
55 # if (PNG_DEBUG > 1)
59 # ifndef png_debug
60 # define png_debug macro
81 # define png_debug macro
106 # define png_debug macro
145 # define png_debug macro
    [all...]
pngtest.c 96 #ifndef PNG_DEBUG
97 # define PNG_DEBUG 0
100 #if PNG_DEBUG > 1
110 #if !PNG_DEBUG
497 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
905 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
917 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
    [all...]
pngwutil.c 78 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0)
679 png_debug(1, "in png_write_IHDR");
845 png_debug(1, "in png_write_PLTE");
    [all...]
  /external/pdfium/third_party/libpng16/
pngdebug.h 14 /* Define PNG_DEBUG at compile time for debugging information. Higher
15 * numbers for PNG_DEBUG mean more debugging information. This has
19 * png_debug[1-2]?(level, message ,arg{0-2})
22 * substitution if PNG_DEBUG is defined to 2 or more. If PNG_DEBUG
23 * is undefined, 0 or 1 every png_debug expands to a simple expression
51 #ifdef PNG_DEBUG
52 # if (PNG_DEBUG > 0)
55 # if (PNG_DEBUG > 1)
59 # ifndef png_debug
60 # define png_debug macro
81 # define png_debug macro
106 # define png_debug macro
145 # define png_debug macro
    [all...]
pngwutil.c 78 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0)
679 png_debug(1, "in png_write_IHDR");
845 png_debug(1, "in png_write_PLTE");
    [all...]
  /external/skia/third_party/libpng/
pngdebug.h 14 /* Define PNG_DEBUG at compile time for debugging information. Higher
15 * numbers for PNG_DEBUG mean more debugging information. This has
19 * png_debug[1-2]?(level, message ,arg{0-2})
22 * substitution if PNG_DEBUG is defined to 2 or more. If PNG_DEBUG
23 * is undefined, 0 or 1 every png_debug expands to a simple expression
51 #ifdef PNG_DEBUG
52 # if (PNG_DEBUG > 0)
55 # if (PNG_DEBUG > 1)
59 # ifndef png_debug
60 # define png_debug macro
81 # define png_debug macro
106 # define png_debug macro
145 # define png_debug macro
    [all...]
pngtest.c 96 #ifndef PNG_DEBUG
97 # define PNG_DEBUG 0
100 #if PNG_DEBUG > 1
110 #if !PNG_DEBUG
497 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
904 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
916 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
    [all...]
pngwutil.c 78 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0)
679 png_debug(1, "in png_write_IHDR");
845 png_debug(1, "in png_write_PLTE");
    [all...]
  /external/syslinux/com32/lib/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...]
  /external/syslinux/com32/include/
pngconf.h 254 * unless (PNG_DEBUG > 0) has been #defined.
270 # ifdef PNG_DEBUG
271 # undef PNG_DEBUG
287 # ifdef PNG_DEBUG
288 # if (PNG_DEBUG > 0)
    [all...]
png.h 2614 #define png_debug macro
2634 # define png_debug macro
2659 # define png_debug macro
2698 #define png_debug macro
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 40 #ifndef PNG_DEBUG
41 #define PNG_DEBUG 0
pnm2png.c 39 #ifndef PNG_DEBUG
40 #define PNG_DEBUG 0
  /external/ImageMagick/coders/
png.c 115 /* #define PNG_DEBUG -- turning this on breaks VisualC compiling */
    [all...]

Completed in 1598 milliseconds