Searched refs:PNG_EXPORTA (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h334 #ifndef PNG_EXPORTA
336 # define PNG_EXPORTA(ordinal, type, name, args, attributes)\ macro
347 PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY)
H A Dpng.h960 * The PNG_EXPORT() and PNG_EXPORTA() macros used below are defined in
975 * the PNG_EXPORTA() macro instead.
977 * PNG_EXPORTA(ordinal, type, name, (args), attributes);
1005 PNG_EXPORTA(4, png_structp, png_create_read_struct,
1011 PNG_EXPORTA(5, png_structp, png_create_write_struct,
1046 PNG_EXPORTA(9, void, png_longjmp, (png_structp png_ptr, int val),
1056 PNG_EXPORTA(11, png_structp, png_create_read_struct_2,
1061 PNG_EXPORTA(12, png_structp, png_create_write_struct_2,
1087 PNG_EXPORTA(18, png_infop, png_create_info_struct, (png_structp png_ptr),
1867 PNG_EXPORTA(9
[all...]

Completed in 28 milliseconds