/third_party/libpng/ |
D | pngdebug.h | 51 #ifdef PNG_DEBUG 52 # if (PNG_DEBUG > 0) 55 # if (PNG_DEBUG > 1) 78 # if (PNG_DEBUG > 1)
|
D | pngtest.c | 87 #ifndef PNG_DEBUG 88 # define PNG_DEBUG 0 macro 91 #if PNG_DEBUG > 1 101 #if !PNG_DEBUG 489 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG 896 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in test_one_file() 908 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in test_one_file() 1942 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main() 1949 #if PNG_DEBUG > 0 in main() 1979 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main() [all …]
|
D | CMakeLists.txt | 60 option(PNG_DEBUG "Build with debug output" OFF) option 520 if(PNG_DEBUG)
|
D | huawei_libpng_CMakeList.patch | 65 -option(PNG_DEBUG "Build with debug output" OFF) 525 -if(PNG_DEBUG)
|
D | pngwutil.c | 78 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) in png_write_chunk_header()
|
D | libpng-manual.txt | 4490 The macro definition PNG_DEBUG can be used to request debugging 4496 When PNG_DEBUG > 0, the following functions (macros) become available: 4502 in which "level" is compared to PNG_DEBUG to decide whether to print 4511 if (PNG_DEBUG > 2) 4514 When PNG_DEBUG is defined but is zero, the macros aren't defined, but you 4515 can still use PNG_DEBUG to control your own debugging: 4517 #ifdef PNG_DEBUG 4521 When PNG_DEBUG = 1, the macros are defined, but only png_debug statements
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngdebug.h | 51 #ifdef PNG_DEBUG 52 # if (PNG_DEBUG > 0) 55 # if (PNG_DEBUG > 1) 78 # if (PNG_DEBUG > 1)
|
D | pngtest.c | 87 #ifndef PNG_DEBUG 88 # define PNG_DEBUG 0 macro 91 #if PNG_DEBUG > 1 101 #if !PNG_DEBUG 489 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG 896 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in test_one_file() 908 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in test_one_file() 1942 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main() 1949 #if PNG_DEBUG > 0 in main() 1979 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main() [all …]
|
D | CMakeLists.txt | 60 option(PNG_DEBUG "Build with debug output" OFF) option 520 if(PNG_DEBUG)
|
D | pngwutil.c | 78 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) in png_write_chunk_header()
|
D | libpng-manual.txt | 4490 The macro definition PNG_DEBUG can be used to request debugging 4496 When PNG_DEBUG > 0, the following functions (macros) become available: 4502 in which "level" is compared to PNG_DEBUG to decide whether to print 4511 if (PNG_DEBUG > 2) 4514 When PNG_DEBUG is defined but is zero, the macros aren't defined, but you 4515 can still use PNG_DEBUG to control your own debugging: 4517 #ifdef PNG_DEBUG 4521 When PNG_DEBUG = 1, the macros are defined, but only png_debug statements
|
/third_party/skia/third_party/externals/libpng/ |
D | pngdebug.h | 51 #ifdef PNG_DEBUG 52 # if (PNG_DEBUG > 0) 55 # if (PNG_DEBUG > 1) 78 # if (PNG_DEBUG > 1)
|
D | pngtest.c | 87 #ifndef PNG_DEBUG 88 # define PNG_DEBUG 0 macro 91 #if PNG_DEBUG > 1 101 #if !PNG_DEBUG 489 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG 896 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in test_one_file() 908 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in test_one_file() 1942 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main() 1949 #if PNG_DEBUG > 0 in main() 1979 #if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG in main() [all …]
|
D | CMakeLists.txt | 60 option(PNG_DEBUG "Build with debug output" OFF) option 520 if(PNG_DEBUG)
|
D | pngwutil.c | 78 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) in png_write_chunk_header()
|
D | libpng-manual.txt | 4490 The macro definition PNG_DEBUG can be used to request debugging 4496 When PNG_DEBUG > 0, the following functions (macros) become available: 4502 in which "level" is compared to PNG_DEBUG to decide whether to print 4511 if (PNG_DEBUG > 2) 4514 When PNG_DEBUG is defined but is zero, the macros aren't defined, but you 4515 can still use PNG_DEBUG to control your own debugging: 4517 #ifdef PNG_DEBUG 4521 When PNG_DEBUG = 1, the macros are defined, but only png_debug statements
|
/third_party/libpng/scripts/ |
D | pngwin.rc | 32 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) 38 # define PNG_LIBPNG_VERSIONINFO_COMMENTS "PNG_DEBUG=" QUOTE(PNG_DEBUG)
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | pngwin.rc | 32 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) 38 # define PNG_LIBPNG_VERSIONINFO_COMMENTS "PNG_DEBUG=" QUOTE(PNG_DEBUG)
|
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | pngwin.rc | 32 #if defined(PNG_DEBUG) && (PNG_DEBUG > 0) 38 # define PNG_LIBPNG_VERSIONINFO_COMMENTS "PNG_DEBUG=" QUOTE(PNG_DEBUG)
|
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
D | png2pnm.c | 24 #ifndef PNG_DEBUG 25 #define PNG_DEBUG 0 macro
|
D | pnm2png.c | 24 #ifndef PNG_DEBUG 25 #define PNG_DEBUG 0 macro
|
/third_party/libpng/contrib/pngminus/ |
D | png2pnm.c | 24 #ifndef PNG_DEBUG 25 #define PNG_DEBUG 0 macro
|
D | pnm2png.c | 24 #ifndef PNG_DEBUG 25 #define PNG_DEBUG 0 macro
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/pngminus/ |
D | png2pnm.c | 24 #ifndef PNG_DEBUG 25 #define PNG_DEBUG 0 macro
|
D | pnm2png.c | 24 #ifndef PNG_DEBUG 25 #define PNG_DEBUG 0 macro
|