Searched refs:PNG_DEBUG (Results 1 – 18 of 18) sorted by relevance
/external/libpng/scripts/ |
D | pngw32.rc | 32 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) 38 # define PNG_LIBPNG_VERSIONINFO_COMMENTS "PNG_DEBUG=" QUOTE(PNG_DEBUG)
|
D | CMakeLists.txt | 43 option(PNG_DEBUG "Build with debug output" YES) option 124 if(PNG_DEBUG) 126 endif(PNG_DEBUG)
|
/external/libpng/ |
D | pngtest.c | 67 #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 …]
|
D | pngconf.h | 274 # ifdef PNG_DEBUG 275 # undef PNG_DEBUG 291 # ifdef PNG_DEBUG 292 # if (PNG_DEBUG > 0)
|
D | KNOWNBUG | 19 2) Compile pngtest.c with PNG_DEBUG defined (the bug goes away if
|
D | CMakeLists.txt | 67 option(PNG_DEBUG "Build with debug output" NO) option 156 if(PNG_DEBUG)
|
D | png.h | 2682 #ifdef PNG_DEBUG 2683 #if (PNG_DEBUG > 0) 2686 #if (PNG_DEBUG > 1) 2705 #if (PNG_DEBUG > 1)
|
D | libpng-1.2.46.txt | 2835 The macro definition PNG_DEBUG can be used to request debugging 2841 When PNG_DEBUG > 0, the following functions (macros) become available: 2847 in which "level" is compared to PNG_DEBUG to decide whether to print 2856 if(PNG_DEBUG > 2) 2859 When PNG_DEBUG is defined but is zero, the macros aren't defined, but you 2860 can still use PNG_DEBUG to control your own debugging: 2862 #ifdef PNG_DEBUG 2866 When PNG_DEBUG = 1, the macros are defined, but only png_debug statements
|
D | libpng-1.2.44.txt | 2835 The macro definition PNG_DEBUG can be used to request debugging 2841 When PNG_DEBUG > 0, the following functions (macros) become available: 2847 in which "level" is compared to PNG_DEBUG to decide whether to print 2856 if(PNG_DEBUG > 2) 2859 When PNG_DEBUG is defined but is zero, the macros aren't defined, but you 2860 can still use PNG_DEBUG to control your own debugging: 2862 #ifdef PNG_DEBUG 2866 When PNG_DEBUG = 1, the macros are defined, but only png_debug statements
|
D | CHANGES | 395 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/qemu/distrib/libpng-1.2.19/ |
D | pngconf.h | 236 # ifdef PNG_DEBUG 237 # undef PNG_DEBUG 253 # ifdef PNG_DEBUG 254 # if (PNG_DEBUG > 0)
|
D | pnggccrd.c | 2019 #if defined(PNG_DEBUG) in png_combine_row() 3099 #if defined(PNG_DEBUG) in png_do_read_interlace() 3134 #if defined(PNG_DEBUG) && defined(PNG_1_0_X) // row_buf_size gone in 1.2.x in png_do_read_interlace() 3208 #if defined(PNG_DEBUG) in png_do_read_interlace() 3924 #if defined(PNG_DEBUG) in png_read_filter_row_mmx_avg() 4976 #if defined(PNG_DEBUG) in png_read_filter_row_mmx_paeth() 5550 #if defined(PNG_DEBUG) in png_read_filter_row_mmx_sub() 5766 #if defined(PNG_DEBUG) in png_read_filter_row() 5778 #if defined(PNG_DEBUG) in png_read_filter_row()
|
D | png.h | 2456 #ifdef PNG_DEBUG 2457 #if (PNG_DEBUG > 0) 2460 #if (PNG_DEBUG > 1) 2469 #if (PNG_DEBUG > 1)
|
D | pngrutil.c | 3055 #if defined(PNG_DEBUG) && defined(PNG_1_0_X) in png_do_read_interlace() 3146 #if defined(PNG_DEBUG) in png_read_filter_row() 3151 #if defined(PNG_DEBUG) in png_read_filter_row() 4165 #if defined(PNG_DEBUG) && defined(PNG_USE_PNGGCCRD) && defined(PNG_1_0_X) in png_read_start_row()
|
D | pngvcrd.c | 3698 #ifdef PNG_DEBUG in png_read_filter_row() 3710 #ifdef PNG_DEBUG in png_read_filter_row()
|
/external/libpng/contrib/pngminus/ |
D | png2pnm.c | 39 #ifndef PNG_DEBUG 40 #define PNG_DEBUG 0 macro
|
D | pnm2png.c | 37 #ifndef PNG_DEBUG 38 #define PNG_DEBUG 0 macro
|
/external/libpng/projects/visualc6/ |
D | libpng.dsp | 84 ….\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D "PNG_NO_MMX_CODE" /D PNG_DEBUG=1 /D "PNG_BUILD_… 91 # ADD RSC /l 0x409 /i "..\.." /d "_DEBUG" /d PNG_DEBUG=1 146 … /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D PNG_DEBUG=1 /D "PNG_USE_PN… 153 # ADD RSC /l 0x409 /i "..\.." /d "_DEBUG" /d PNG_DEBUG=1 /d PNG_LIBPNG_SPECIALBUILD=""""Use MMX ins… 240 ….\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D "PNG_NO_MMX_CODE" /D PNG_DEBUG=1 /D "_CRT_SECUR… 294 … /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D PNG_DEBUG=1 /D "PNG_USE_PN…
|