Searched refs:PNG_EXPORT (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | png.h | 1644 extern PNG_EXPORT(png_uint_32,png_access_version_number) PNGARG((void)); 1649 extern PNG_EXPORT(void,png_set_sig_bytes) PNGARG((png_structp png_ptr, 1657 extern PNG_EXPORT(int,png_sig_cmp) PNGARG((png_bytep sig, png_size_t start, 1663 extern PNG_EXPORT(int,png_check_sig) PNGARG((png_bytep sig, MS_U32 num)); 1666 extern PNG_EXPORT(png_structp,png_create_read_struct) 1671 extern PNG_EXPORT(png_structp,png_create_write_struct) 1676 extern PNG_EXPORT(png_uint_32,png_get_compression_buffer_size) 1681 extern PNG_EXPORT(void,png_set_compression_buffer_size) 1686 extern PNG_EXPORT(int,png_reset_zstream) PNGARG((png_structp png_ptr)); 1690 extern PNG_EXPORT(png_structp,png_create_read_struct_2) [all …]
|
| H A D | pngconf.h | 1472 # 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
|