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

/external/libpng/
H A Dpngconf.h163 * the compiler which symbols to export. The png.h macro 'PNG_EXPORT'
332 #define PNG_EXPORT(ordinal, type, name, args)\ macro
473 PNG_EXPORT(ordinal, type, name, args);
481 PNG_EXPORT(ordinal, type, name, args);
/external/chromium_org/third_party/libpng/
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
/external/qemu/distrib/libpng-1.2.46/
H A Dpngconf.h1476 # define PNG_EXPORT PNG_EXPORT_TYPE1 macro
1478 # define PNG_EXPORT PNG_EXPORT_TYPE2 macro
1520 # ifndef PNG_EXPORT
1521 # define PNG_EXPORT(type,symbol) PNG_FUNCTION_EXPORT symbol END macro
1530 #ifndef PNG_EXPORT
1531 # define PNG_EXPORT(type,symbol) PNG_IMPEXP type PNGAPI symbol macro

Completed in 65 milliseconds