Home
last modified time | relevance | path

Searched refs:PNG_DEBUG (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/third_party/lpng_v163/
Dpngdebug.h52 #ifdef PNG_DEBUG
53 # if (PNG_DEBUG > 0)
56 # if (PNG_DEBUG > 1)
79 # if (PNG_DEBUG > 1)
Dpngwutil.c77 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) in png_write_chunk_header()
/external/libpng/
Dpngdebug.h51 #ifdef PNG_DEBUG
52 # if (PNG_DEBUG > 0)
55 # if (PNG_DEBUG > 1)
78 # if (PNG_DEBUG > 1)
Dpngtest.c96 #ifndef PNG_DEBUG
97 # define PNG_DEBUG 0 macro
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 in test_one_file()
916 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in test_one_file()
1876 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main()
1883 #if PNG_DEBUG > 0 in main()
1908 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main()
[all …]
DCMakeLists.txt66 option(PNG_DEBUG "Build with debug output" OFF) option
389 if(PNG_DEBUG)
Dpngwutil.c78 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) in png_write_chunk_header()
Dlibpng-manual.txt4420 The macro definition PNG_DEBUG can be used to request debugging
4426 When PNG_DEBUG > 0, the following functions (macros) become available:
4432 in which "level" is compared to PNG_DEBUG to decide whether to print
4441 if (PNG_DEBUG > 2)
4444 When PNG_DEBUG is defined but is zero, the macros aren't defined, but you
4445 can still use PNG_DEBUG to control your own debugging:
4447 #ifdef PNG_DEBUG
4451 When PNG_DEBUG = 1, the macros are defined, but only png_debug statements
DCHANGES422 Added #ifdef PNG_DEBUG/#endif surrounding use of PNG_DEBUG in png.h .
459 Fixed a bug in pngconf.h that omitted <stdio.h> when PNG_DEBUG==0 (K Bracey).
1508 Revised pngtest so memory allocation testing is only done when PNG_DEBUG==1.
5237 where a long was expected, to avoid a compiler warning when PNG_DEBUG > 1.
5247 Avoid Coverity issue 80858 (REVERSE NULL) in pngtest.c PNG_DEBUG builds.
/external/opencv3/3rdparty/libpng/
Dpngdebug.h52 #ifdef PNG_DEBUG
53 # if (PNG_DEBUG > 0)
56 # if (PNG_DEBUG > 1)
79 # if (PNG_DEBUG > 1)
Dpngwutil.c95 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) in png_write_chunk_header()
DCHANGES415 Added #ifdef PNG_DEBUG/#endif surrounding use of PNG_DEBUG in png.h .
452 Fixed a bug in pngconf.h that omitted <stdio.h> when PNG_DEBUG==0 (K Bracey).
1499 Revised pngtest so memory allocation testing is only done when PNG_DEBUG==1.
/external/libpng/scripts/
Dpngwin.rc32 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0)
38 # define PNG_LIBPNG_VERSIONINFO_COMMENTS "PNG_DEBUG=" QUOTE(PNG_DEBUG)
Dpnglibconf.dfa335 # unless (PNG_DEBUG > 0) has been #defined.
/external/libpng/contrib/pngminus/
Dpng2pnm.c40 #ifndef PNG_DEBUG
41 #define PNG_DEBUG 0 macro
Dpnm2png.c39 #ifndef PNG_DEBUG
40 #define PNG_DEBUG 0 macro