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

  /external/libpng/
pngdebug.h 15 /* Define PNG_DEBUG at compile time for debugging information. Higher
16 * numbers for PNG_DEBUG mean more debugging information. This has
20 * png_debug[1-2]?(level, message ,arg{0-2})
23 * substitution if PNG_DEBUG is defined to 2 or more. If PNG_DEBUG
24 * is undefined, 0 or 1 every png_debug expands to a simple expression
52 #ifdef PNG_DEBUG
53 # if (PNG_DEBUG > 0)
56 # if (PNG_DEBUG > 1)
60 # ifndef png_debug
61 # define png_debug macro
82 # define png_debug macro
107 # define png_debug macro
146 # define png_debug macro
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngdebug.h 15 /* Define PNG_DEBUG at compile time for debugging information. Higher
16 * numbers for PNG_DEBUG mean more debugging information. This has
20 * png_debug[1-2]?(level, message ,arg{0-2})
23 * substitution if PNG_DEBUG is defined to 2 or more. If PNG_DEBUG
24 * is undefined, 0 or 1 every png_debug expands to a simple expression
52 #ifdef PNG_DEBUG
53 # if (PNG_DEBUG > 0)
56 # if (PNG_DEBUG > 1)
60 # ifndef png_debug
61 # define png_debug macro
85 # define png_debug macro
110 # define png_debug macro
149 # define png_debug macro
    [all...]
  /external/chromium_org/third_party/libpng/
png.h 2619 #define png_debug macro
2639 # define png_debug macro
2664 # define png_debug macro
2703 #define png_debug macro
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
png.h 2691 #define png_debug macro
2711 # define png_debug macro
2736 # define png_debug macro
2775 #define png_debug macro
    [all...]

Completed in 74 milliseconds