Home
last modified time | relevance | path

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

/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
905 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in test_one_file()
917 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in test_one_file()
1885 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main()
1892 #if PNG_DEBUG > 0 in main()
1917 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main()
[all …]
DANNOUNCE27 Cleaned up PNG_DEBUG compile of pngtest.c.
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.txt4433 The macro definition PNG_DEBUG can be used to request debugging
4439 When PNG_DEBUG > 0, the following functions (macros) become available:
4445 in which "level" is compared to PNG_DEBUG to decide whether to print
4454 if (PNG_DEBUG > 2)
4457 When PNG_DEBUG is defined but is zero, the macros aren't defined, but you
4458 can still use PNG_DEBUG to control your own debugging:
4460 #ifdef PNG_DEBUG
4464 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.
5238 where a long was expected, to avoid a compiler warning when PNG_DEBUG > 1.
5248 Avoid Coverity issue 80858 (REVERSE NULL) in pngtest.c PNG_DEBUG builds.
5680 Cleaned up PNG_DEBUG compile of pngtest.c.
/external/pdfium/third_party/libpng16/
Dpngdebug.h51 #ifdef PNG_DEBUG
52 # if (PNG_DEBUG > 0)
55 # if (PNG_DEBUG > 1)
78 # if (PNG_DEBUG > 1)
Dpngwutil.c78 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) in png_write_chunk_header()
/external/skia/third_party/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 …]
Dpngwutil.c78 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) in png_write_chunk_header()
Dlibpng-manual.txt4428 The macro definition PNG_DEBUG can be used to request debugging
4434 When PNG_DEBUG > 0, the following functions (macros) become available:
4440 in which "level" is compared to PNG_DEBUG to decide whether to print
4449 if (PNG_DEBUG > 2)
4452 When PNG_DEBUG is defined but is zero, the macros aren't defined, but you
4453 can still use PNG_DEBUG to control your own debugging:
4455 #ifdef PNG_DEBUG
4459 When PNG_DEBUG = 1, the macros are defined, but only png_debug statements
/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/syslinux/com32/lib/libpng/
Dpngtest.c67 #ifndef PNG_DEBUG
68 # define PNG_DEBUG 0 macro
71 #if !PNG_DEBUG
490 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
746 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in test_one_file()
771 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in test_one_file()
1539 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main()
1575 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main()
1595 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main()
1612 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main()
[all …]
DKNOWNBUG26 2) Compile pngtest.c with PNG_DEBUG defined (the bug goes away if
Dlibpng.txt2677 The macro definition PNG_DEBUG can be used to request debugging
2683 When PNG_DEBUG > 0, the following functions (macros) become available:
2689 in which "level" is compared to PNG_DEBUG to decide whether to print
2698 if(PNG_DEBUG > 2)
2701 When PNG_DEBUG is defined but is zero, the macros aren't defined, but you
2702 can still use PNG_DEBUG to control your own debugging:
2704 #ifdef PNG_DEBUG
2708 When PNG_DEBUG = 1, the macros are defined, but only png_debug statements
DCHANGES395 Added #ifdef PNG_DEBUG/#endif surrounding use of PNG_DEBUG in png.h .
429 Fixed a bug in pngconf.h that omitted <stdio.h> when PNG_DEBUG==0 (K Bracey).
1350 Revised pngtest so memory allocation testing is only done when PNG_DEBUG==1.
/external/syslinux/com32/include/
Dpngconf.h270 # ifdef PNG_DEBUG
271 # undef PNG_DEBUG
287 # ifdef PNG_DEBUG
288 # if (PNG_DEBUG > 0)
Dpng.h2605 #ifdef PNG_DEBUG
2606 #if (PNG_DEBUG > 0)
2609 #if (PNG_DEBUG > 1)
2628 #if (PNG_DEBUG > 1)
/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
/external/ImageMagick/coders/
Dpng.c9398 #ifdef PNG_DEBUG in WriteOnePNGImage()