Searched refs:PNG_EXPORT (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.h960 * The PNG_EXPORT() and PNG_EXPORTA() macros used below are defined in
963 * PNG_EXPORT(ordinal, type, name, (args));
979 * ordinal, type, name, and args: same as in PNG_EXPORT().
984 PNG_EXPORT(1, png_uint_32, png_access_version_number, (void));
989 PNG_EXPORT(2, void, png_set_sig_bytes, (png_structp png_ptr, int num_bytes));
996 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, png_size_t start,
1016 PNG_EXPORT(6, png_size_t, png_get_compression_buffer_size,
1019 PNG_EXPORT(7, void, png_set_compression_buffer_size, (png_structp png_ptr,
1033 PNG_EXPORT(8, jmp_buf*, png_set_longjmp_fn, (png_structp png_ptr,
1051 PNG_EXPORT(1
[all...]
H A Dpngconf.h170 * the compiler which symbols to export. The png.h macro 'PNG_EXPORT'
346 #define PNG_EXPORT(ordinal, type, name, args)\ macro
454 PNG_EXPORT(ordinal, type, name, args)
462 PNG_EXPORT(ordinal, type, name, args)
H A DCHANGES2524 so that only PNG_EXPORT functions are exported.
2769 PNG_EXPORT changed to include an 'ordinal' field for DEF file generation.
2940 Changed "extern PNG_EXPORT" to "PNG_EXPORT" in png.h (Jan Nijtmans)
3119 Added some commentary about PNG_EXPORT in png.h and pngconf.h
3120 Revised PNG_EXPORT() macro and added PNG_EXPORTA() macro, with the

Completed in 62 milliseconds