HomeSort by relevance Sort by last modified time
    Searched refs:PNG_IMPEXP (Results 1 - 5 of 5) sorted by null

  /external/libpng/
pngconf.h     [all...]
  /external/chromium_org/third_party/libpng/
pngconf.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 159 * PNG_IMPEXP The magic (if any) to cause a symbol to be exported from
163 * PNG_EXPORT_TYPE(type) A macro that pre or appends PNG_IMPEXP to
172 * from a DLL - used to define PNG_IMPEXP when
178 * This code is used at build time to find PNG_IMPEXP, the API settings
232 # define PNG_EXPORT_TYPE(type) type PNG_IMPEXP
263 /* PNG_IMPEXP may be set on the compilation system command line or (if not set)
267 #ifndef PNG_IMPEXP
270 # define PNG_IMPEXP PNG_DLL_IMPORT
273 # ifndef PNG_IMPEXP
274 # define PNG_IMPEXP
    [all...]
pngpriv.h 83 * indication that PNG_IMPEXP needs to be set to the DLL export
105 * PNG_IMPEXP must be set here when building the library to prevent pngconf.h
108 #ifndef PNG_IMPEXP
110 # define PNG_IMPEXP PNG_DLL_EXPORT
115 # define PNG_IMPEXP
    [all...]

Completed in 35 milliseconds