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

/vbox/src/libs/libpng-1.2.8/
H A Dpng.h1370 extern PNG_EXPORT(png_uint_32,png_access_version_number) PNGARG((void));
1375 extern PNG_EXPORT(void,png_set_sig_bytes) PNGARG((png_structp png_ptr,
1383 extern PNG_EXPORT(int,png_sig_cmp) PNGARG((png_bytep sig, png_size_t start,
1389 extern PNG_EXPORT(int,png_check_sig) PNGARG((png_bytep sig, int num));
1392 extern PNG_EXPORT(png_structp,png_create_read_struct)
1397 extern PNG_EXPORT(png_structp,png_create_write_struct)
1402 extern PNG_EXPORT(png_uint_32,png_get_compression_buffer_size)
1407 extern PNG_EXPORT(void,png_set_compression_buffer_size)
1412 extern PNG_EXPORT(int,png_reset_zstream) PNGARG((png_structp png_ptr));
1416 extern PNG_EXPORT(png_struct
[all...]
H A Dpngconf.h1286 # define PNG_EXPORT PNG_EXPORT_TYPE1 macro
1288 # define PNG_EXPORT PNG_EXPORT_TYPE2 macro
1326 # ifndef PNG_EXPORT
1327 # define PNG_EXPORT(type,symbol) PNG_FUNCTION_EXPORT symbol END macro
1336 #ifndef PNG_EXPORT
1337 # define PNG_EXPORT(type,symbol) PNG_IMPEXP type PNGAPI symbol macro

Completed in 230 milliseconds