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

/external/libpng/
H A Dpng.h908 * The PNG_EXPORT() and PNG_EXPORTA() macros used below are defined in
911 * PNG_EXPORT(ordinal, type, name, (args));
927 * ordinal, type, name, and args: same as in PNG_EXPORT().
932 PNG_EXPORT(1, png_uint_32, png_access_version_number, (void));
937 PNG_EXPORT(2, void, png_set_sig_bytes, (png_structrp png_ptr, int num_bytes));
944 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, png_size_t start,
964 PNG_EXPORT(6, png_size_t, png_get_compression_buffer_size,
967 PNG_EXPORT(7, void, png_set_compression_buffer_size, (png_structrp png_ptr,
981 PNG_EXPORT(8, jmp_buf*, png_set_longjmp_fn, (png_structrp png_ptr,
1017 PNG_EXPORT(1
[all...]
H A Dpngconf.h141 * the compiler which symbols to export. The png.h macro 'PNG_EXPORT'
310 #define PNG_EXPORT(ordinal, type, name, args) \ macro
451 PNG_EXPORT(ordinal, type, name, args);
459 PNG_EXPORT(ordinal, type, name, args);
/external/pdfium/third_party/libpng16/
H A Dpng.h912 * The PNG_EXPORT() and PNG_EXPORTA() macros used below are defined in
915 * PNG_EXPORT(ordinal, type, name, (args));
931 * ordinal, type, name, and args: same as in PNG_EXPORT().
936 PNG_EXPORT(1, png_uint_32, png_access_version_number, (void));
941 PNG_EXPORT(2, void, png_set_sig_bytes, (png_structrp png_ptr, int num_bytes));
948 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, png_size_t start,
968 PNG_EXPORT(6, png_size_t, png_get_compression_buffer_size,
971 PNG_EXPORT(7, void, png_set_compression_buffer_size, (png_structrp png_ptr,
985 PNG_EXPORT(8, jmp_buf*, png_set_longjmp_fn, (png_structrp png_ptr,
1021 PNG_EXPORT(1
[all...]
H A Dpngconf.h141 * the compiler which symbols to export. The png.h macro 'PNG_EXPORT'
310 #define PNG_EXPORT(ordinal, type, name, args) \ macro
451 PNG_EXPORT(ordinal, type, name, args);
459 PNG_EXPORT(ordinal, type, name, args);
/external/syslinux/com32/include/
H A Dpng.h1561 extern PNG_EXPORT(png_uint_32,png_access_version_number) PNGARG((void));
1566 extern PNG_EXPORT(void,png_set_sig_bytes) PNGARG((png_structp png_ptr,
1574 extern PNG_EXPORT(int,png_sig_cmp) PNGARG((png_bytep sig, png_size_t start,
1580 extern PNG_EXPORT(int,png_check_sig) PNGARG((png_bytep sig, int num)) PNG_DEPRECATED;
1583 extern PNG_EXPORT(png_structp,png_create_read_struct)
1588 extern PNG_EXPORT(png_structp,png_create_write_struct)
1593 extern PNG_EXPORT(png_uint_32,png_get_compression_buffer_size)
1598 extern PNG_EXPORT(void,png_set_compression_buffer_size)
1603 extern PNG_EXPORT(int,png_reset_zstream) PNGARG((png_structp png_ptr));
1607 extern PNG_EXPORT(png_struct
[all...]
H A Dpngconf.h1472 # define PNG_EXPORT PNG_EXPORT_TYPE1 macro
1474 # define PNG_EXPORT PNG_EXPORT_TYPE2 macro
1512 # ifndef PNG_EXPORT
1513 # define PNG_EXPORT(type,symbol) PNG_FUNCTION_EXPORT symbol END macro
1522 #ifndef PNG_EXPORT
1523 # define PNG_EXPORT(type,symbol) PNG_IMPEXP type PNGAPI symbol macro

Completed in 459 milliseconds