Home | History | Annotate | Download | only in libpng

Lines Matching full:defined

30  * PNG_USER_CONFIG has to be defined on the compiler command line. This
87 #if !defined(PNG_NO_WARN_UNINITIALIZED_ROW) && \
88 !defined(PNG_WARN_UNINITIALIZED_ROW)
134 #if !defined(PNG_NO_WARNINGS) && !defined(PNG_WARNINGS_SUPPORTED)
138 #if !defined(PNG_NO_ERROR_TEXT) && !defined(PNG_ERROR_TEXT_SUPPORTED)
142 #if !defined(PNG_NO_CHECK_cHRM) && !defined(PNG_CHECK_cHRM_SUPPORTED)
149 #if !defined(PNG_1_0_X) && !defined(PNG_NO_MNG_FEATURES)
169 #if defined(MAXSEG_64K) && !defined(PNG_MAX_MALLOC_64K)
258 * unless (PNG_DEBUG > 0) has been #defined.
264 #if !defined(PNG_NO_STDIO) && !defined(PNG_STDIO_SUPPORTED)
303 #if !(defined PNG_NO_CONSOLE_IO) && !defined(PNG_CONSOLE_IO_SUPPORTED)
339 # if (defined(__MWERKS__) && defined(macintosh)) || defined(applec) || \
340 defined(THINK_C) || defined(__SC__) || defined(TARGET_OS_MAC)
346 #if !defined(MACOS) && !defined(RISCOS) && !defined(_WIN32_WCE)
350 #if !defined(PNG_SETJMP_NOT_SUPPORTED) && !defined(PNG_NO_SETJMP_SUPPORTED)
424 # if !defined(__MATH_H__) && !defined(__MATH_H) && !defined(__cmath__)
430 # if defined(_AMIGA) && defined(__SASC) && defined(_M68881)
439 #if (defined(__MWERKS__) && defined(WIN32)) || defined(__STDC__)
444 #if defined(__TURBOC__) && defined(__MSDOS__)
450 #if defined(_MSC_VER) && (defined(WIN32) || defined(_Windows) || \
451 defined(_WINDOWS) || defined(_WIN32) || defined(__WIN32__))
506 * ability is defined here. Some of these depend upon some others being
507 * defined. I haven't figured out all the interactions here, so you may
533 #if defined(PNG_1_0_X) || defined (PNG_1_2_X)
545 #if !defined(PNG_NO_iTXt_SUPPORTED)
546 # if !defined(PNG_READ_iTXt_SUPPORTED) && !defined(PNG_NO_READ_iTXt)
549 # if !defined(PNG_WRITE_iTXt_SUPPORTED) && !defined(PNG_NO_WRITE_iTXt)
585 #if !defined(PNG_FLOATING_POINT_SUPPORTED) || \
586 !defined(PNG_NO_FIXED_POINT_SUPPORTED)
596 #if !defined(PNG_READ_TRANSFORMS_NOT_SUPPORTED) && \
597 !defined(PNG_NO_READ_TRANSFORMS)
659 #if !defined(PNG_NO_PROGRESSIVE_READ) && \
660 !defined(PNG_PROGRESSIVE_READ_NOT_SUPPORTED) /* if you don't do progressive */
667 #if !defined(PNG_NO_SEQUENTIAL_READ) && \
668 !defined(PNG_SEQUENTIAL_READ_SUPPORTED) && \
669 !defined(PNG_NO_SEQUENTIAL_READ_SUPPORTED)
681 #if defined(PNG_1_0_X) || defined (PNG_1_2_X)
693 # if !defined(PNG_WRITE_TRANSFORMS_NOT_SUPPORTED) && \
694 !defined(PNG_NO_WRITE_TRANSFORMS)
733 #if !defined(PNG_NO_WRITE_INTERLACING_SUPPORTED) && \
734 !defined(PNG_WRITE_INTERLACING_SUPPORTED)
740 #if !defined(PNG_NO_WRITE_WEIGHTED_FILTER) && \
741 !defined(PNG_WRITE_WEIGHTED_FILTER) && \
742 defined(PNG_FLOATING_POINT_SUPPORTED)
750 #if defined(PNG_1_0_X) || defined (PNG_1_2_X)
765 #if defined(PNG_READ_USER_TRANSFORM_SUPPORTED) || \
766 defined(PNG_WRITE_USER_TRANSFORM_SUPPORTED)
792 #if !defined(PNG_NO_EASY_ACCESS) && !defined(PNG_EASY_ACCESS_SUPPORTED)
801 #if defined(PNG_READ_SUPPORTED) && !defined(PNG_NO_OPTIMIZED_CODE)
807 #if defined(PNG_READ_SUPPORTED) && !defined(PNG_NO_ASSEMBLER_CODE)
812 # if defined(__GNUC__) && defined(__x86_64__) && (__GNUC__ < 4)
814 # if !defined(PNG_MMX_CODE_SUPPORTED) && !defined(PNG_NO_MMX_CODE)
820 # if !defined(PNG_MMX_CODE_SUPPORTED) && !defined(PNG_NO_MMX_CODE)
825 # if (defined(__MWERKS__) && ((__MWERKS__ < 0x0900) || macintosh))
826 # if !defined(PNG_MMX_CODE_SUPPORTED) && !defined(PNG_NO_MMX_CODE)
831 # if !defined(PNG_MMX_CODE_SUPPORTED) && !defined(PNG_NO_MMX_CODE)
840 #if !defined(PNG_NO_USER_MEM) && !defined(PNG_USER_MEM_SUPPORTED)
922 #if !defined(PNG_NO_POINTER_INDEXING) && \
923 !defined(PNG_POINTER_INDEXING_SUPPORTED)
939 #if defined(PNG_READ_SUPPORTED) && \
940 !defined(PNG_READ_ANCILLARY_CHUNKS_NOT_SUPPORTED) && \
941 !defined(PNG_NO_READ_ANCILLARY_CHUNKS)
945 #if defined(PNG_WRITE_SUPPORTED) && \
946 !defined(PNG_WRITE_ANCILLARY_CHUNKS_NOT_SUPPORTED) && \
947 !defined(PNG_NO_WRITE_ANCILLARY_CHUNKS)
1033 #if defined(PNG_READ_iTXt_SUPPORTED) || defined(PNG_READ_tEXt_SUPPORTED) || \
1034 defined(PNG_READ_zTXt_SUPPORTED)
1047 #if !defined(PNG_NO_READ_USER_CHUNKS) && \
1048 defined(PNG_READ_UNKNOWN_CHUNKS_SUPPORTED)
1177 #if defined(PNG_WRITE_iTXt_SUPPORTED) || defined(PNG_WRITE_tEXt_SUPPORTED) || \
1178 defined(PNG_WRITE_zTXt_SUPPORTED)
1198 #if !defined(PNG_NO_WRITE_FILTER) && !defined(PNG_WRITE_FILTER_SUPPORTED)
1267 # if defined(__LARGE__) || defined(__HUGE__) || defined(__COMPACT__)
1273 # if !defined(__WIN32__) && !defined(__FLAT__) && !defined(__CYGWIN__)
1309 /* At this point FAR is always defined */
1357 #if defined(PNG_1_0_X) || defined(PNG_1_2_X)
1367 #endif /* (PNG_1_0_X) || defined(PNG_1_2_X) */
1375 * automatically defined when you compile using the share
1383 * PNG_USE_DLL is defined by default (no user action needed) unless one of
1384 * the other flags is defined.
1387 #if !defined(PNG_DLL) && (defined(PNG_BUILD_DLL) || defined(PNG_USE_DLL))
1403 # if defined(PNG_USE_LOCAL_ARRAYS) || defined(PNG_NO_GLOBAL_ARRAYS)
1409 # if !defined(PNG_USE_LOCAL_ARRAYS) && !defined(PNG_USE_GLOBAL_ARRAYS)
1418 #if !defined(PNG_USE_LOCAL_ARRAYS) && !defined(PNG_USE_GLOBAL_ARRAYS)
1419 # if defined(PNG_NO_GLOBAL_ARRAYS) || \
1420 (defined(__GNUC__) && defined(PNG_DLL)) || defined(_MSC_VER)
1441 #if defined(__MINGW32__) && !defined(PNG_MODULEDEF)
1447 #if !defined(PNG_IMPEXP) && defined(PNG_BUILD_DLL) && !defined(PNG_NO_MODULEDEF)
1451 #if defined(PNG_DLL) || defined(_DLL) || defined(__DLL__ ) || \
1452 (( defined(_Windows) || defined(_WINDOWS) || \
1453 defined(WIN32) || defined(_WIN32) || defined(__WIN32__) ))
1456 # if defined(__GNUC__) || (defined (_MSC_VER) && (_MSC_VER >= 800))
1463 # if !defined(PNG_IMPEXP) && (!defined(PNG_DLL) || \
1474 # if defined(_MSC_VER) || defined(__BORLANDC__)
1498 # if (defined(__IBMC__) || defined(__IBMCPP__)) && defined(__OS2__)
1665 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)