Home | History | Annotate | Download | only in libpng

Lines Matching refs:macro

221      PNG_TIME_RFC1152_SUPPORTED macro to PNG_TIME_RFC1123_SUPPORTED
283 and added PNG_PROGRESSIVE_READ_NOT_SUPPORTED macro
398 Separated the PNG_NO_STDIO macro into PNG_NO_STDIO and PNG_NO_CONSOLE_IO
452 Replaced 2147483647L several places with PNG_MAX_UINT macro, defined in png.h
502 Changed png_get_header_version() from a function to a macro in png.h
526 Removed all global arrays (according to PNG_NO_GLOBAL_ARRAYS macro), to
541 to applications a macro "PNG_USE_LOCAL_ARRAYS".
544 Added PNG_EXPORT_VAR macro to accommodate making DLL's.
574 Moved PNG_CHNK string macro definitions outside of PNG_NO_EXTERN block
651 Added "png_jmp_env()" macro to pngconf.h, to help people migrate to the
653 example.c, pngtest.c, and contrib programs to use this macro.
670 Changed png_jmp_env() migration aiding macro to png_jmpbuf().
676 Files in contrib/pngminus were revised to use the png_jmpbuf() macro.
685 Added some parentheses to the png_jmpbuf macro definition.
743 Added PNG_LEGACY_SUPPORTED macro, and #ifdef out all new (since version
745 when you define this macro. Capabilities lost in this event
770 Added PNGAPI macro, and added it to the definitions of all exported functions.
771 Relocated version macro definitions ahead of the includes of zlib.h and
774 Revised pngset.c to avoid a problem with expanding the png_debug macro.
805 macro that conflicts with libpng's png_color_16.index. (Dimitri Papadapoulos)
810 Added PNG_NO_POINTER_INDEXING macro to use array-indexing instead of pointer
814 Added PNG_USE_DLL macro.
852 Added PNG_NO_ZALLOC_ZERO macro (makes png_zalloc skip zeroing memory)
884 Revised PNG_LIBPNG_BUILD_TYPE macro in png.h, used in the msvc project.
1082 Added PNG_1_0_X macro which can be used to build a 1.0.x-compatible library.
1187 Revised pnggccrd.c to be able to back out version 1.0.x via PNG_1_0_X macro.
1285 Added user ability to change png_size_t via a PNG_SIZE_T macro.
1293 Added PNG_UINT_32_MAX macro.
1301 Added PNG_NO_SEQUENTIAL_READ_SUPPORTED macro to conditionally remove
1313 Added ROWBYTES macro to calculate rowbytes without integer overflow.
1317 Revised use of PNG_SET_USER_LIMITS_SUPPORTED macro.
1337 trouble with some 64-bit compilers. Created PNG_OUT_OF_RANGE() macro.
1769 Made png_squelch_warnings() available via PNG_SQUELCH_WARNINGS macro.
1837 Removed the new PNG_NO_READ_FILTER macro since it would make the library
2415 pngconf.h, and moved the various unknown chunk macro definitions
2547 Added PNG_CONVERT_tIME_SUPPORTED macro.
2574 that were detected by the new PNG_DEPSTRUCT macro.
2587 Marked nonexported functions with PNG_PRIVATE macro.