HomeSort by relevance Sort by last modified time
    Searched defs:png_debug (Results 1 - 4 of 4) 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...]
  /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...]
  /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...]
  /external/syslinux/com32/include/
png.h 2614 #define png_debug macro
2634 # define png_debug macro
2659 # define png_debug macro
2698 #define png_debug macro
    [all...]

Completed in 185 milliseconds