Home | History | Annotate | Download | only in libpng

Lines Matching refs:libpng

2 /* pngconf.h - machine configurable file for libpng
4 * libpng version 1.2.46 - July 9, 2011
9 * This code is released under the libpng license.
15 * are configuring libpng for a machine, you may want to read the section
48 * Added at libpng-1.2.8
71 are now LIBPNG reserved macros. Use PNG_USER_PRIVATEBUILD instead.")
83 /* End of material added to libpng-1.2.8 */
85 /* Added at libpng-1.2.19, removed at libpng-1.2.20 because it caused trouble
86 Restored at libpng-1.2.21 */
91 /* End of material added at libpng-1.2.19/1.2.21 */
110 /* Enable if you want a write-only libpng */
116 /* Enable if you want a read-only libpng */
133 /* Added in libpng-1.2.41 */
162 * than 64K of memory at once, uncomment this. While libpng will not
165 * libpng thus makes sure to check any memory allocation to verify it
359 * the same setjmp.h that was included when libpng was built. Only define
362 * while building a separate libpng library for general use.
375 __pngconf.h__ in libpng already includes setjmp.h;
526 /* The size of the png_text structure changed in libpng-1.0.6 when
528 * libpng-1.2.x, to support old apps that malloc the png_text structure
529 * instead of calling png_set_text() and letting libpng malloc it. It
530 * will be turned on by default in libpng-1.4.0.
676 # ifndef PNG_NO_READ_COMPOSITED_NODIV /* libpng-1.0.x misspelling */
798 * from libpng-1.4.0
836 /* end of obsolete code to be removed from libpng-1.4.0 */
838 /* Added at libpng-1.2.0 */
845 /* Added at libpng-1.2.6 */
854 /* Added at libpng-1.0.53 and 1.2.43 */
861 /* Added at libpng-1.0.16 and 1.2.6. To accept all valid PNGS no matter
871 /* Added at libpng-1.2.43. To accept all valid PNGs no matter
878 /* Added at libpng-1.2.43 */
893 /* Added at libpng-1.2.34 */
1359 /* It'll be removed as of libpng-1.4.0 - GR-P */
1360 /* libpng typedefs for types in zlib. If zlib changes
1371 * LIBPNG DLL.
1373 * Define PNG_USE_DLL if you want to *link* to the Windows LIBPNG DLL.
1415 * They are no longer used in libpng itself, since version 1.0.5c,
1438 * zlib and your applications the same way you build libpng.
1549 * functions in png.h will generate compiler warnings. Added at libpng
1576 __attribute__((warning("This function is not exported by libpng.")))
1601 # define PNG_PRIVATE /* This is a private libpng function */
1670 /* Added at libpng-1.2.8 */