HomeSort by relevance Sort by last modified time
    Searched defs:PNG_EXPORT (Results 1 - 4 of 4) sorted by null

  /external/libpng/
pngconf.h 141 * the compiler which symbols to export. The png.h macro 'PNG_EXPORT'
310 #define PNG_EXPORT(ordinal, type, name, args) \
451 PNG_EXPORT(ordinal, type, name, args);
459 PNG_EXPORT(ordinal, type, name, args);
  /external/opencv3/3rdparty/libpng/
pngconf.h 142 * the compiler which symbols to export. The png.h macro 'PNG_EXPORT'
309 #define PNG_EXPORT(ordinal, type, name, args)\
403 PNG_EXPORT(ordinal, type, name, args)
411 PNG_EXPORT(ordinal, type, name, args)
  /external/pdfium/third_party/lpng_v163/
pngconf.h 163 * the compiler which symbols to export. The png.h macro 'PNG_EXPORT'
332 #define PNG_EXPORT(ordinal, type, name, args)\
446 PNG_EXPORT(ordinal, type, name, args);
454 PNG_EXPORT(ordinal, type, name, args);
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 142 * the compiler which symbols to export. The png.h macro 'PNG_EXPORT'
309 #define PNG_EXPORT(ordinal, type, name, args)\
405 PNG_EXPORT(ordinal, type, name, args);
413 PNG_EXPORT(ordinal, type, name, args);

Completed in 38 milliseconds