Searched defs:PNG_IMPEXP (Results 1 - 6 of 6) sorted by relevance

/external/libpng/
H A Dpngconf.h158 * PNG_IMPEXP The magic (if any) to cause a symbol to be exported from
162 * PNG_EXPORT_TYPE(type) A macro that pre or appends PNG_IMPEXP to
171 * from a DLL - used to define PNG_IMPEXP when
177 * This code is used at build time to find PNG_IMPEXP, the API settings
233 # define PNG_EXPORT_TYPE(type) type PNG_IMPEXP
264 /* PNG_IMPEXP may be set on the compilation system command line or (if not set)
268 #ifndef PNG_IMPEXP
271 # define PNG_IMPEXP PNG_DLL_IMPORT macro
274 # ifndef PNG_IMPEXP
275 # define PNG_IMPEXP macro
[all...]
H A Dpngpriv.h241 * indication that PNG_IMPEXP needs to be set to the DLL export
263 * PNG_IMPEXP must be set here when building the library to prevent pngconf.h
266 #ifndef PNG_IMPEXP
268 # define PNG_IMPEXP PNG_DLL_EXPORT macro
273 # define PNG_IMPEXP macro
/external/opencv3/3rdparty/libpng/
H A Dpngconf.h159 * 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 macro
273 # ifndef PNG_IMPEXP
274 # define PNG_IMPEXP macro
[all...]
H A Dpngpriv.h83 * 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 macro
115 # define PNG_IMPEXP macro
/external/pdfium/third_party/lpng_v163/
H A Dpngconf.h180 * PNG_IMPEXP The magic (if any) to cause a symbol to be exported from
184 * PNG_EXPORT_TYPE(type) A macro that pre or appends PNG_IMPEXP to
193 * from a DLL - used to define PNG_IMPEXP when
199 * This code is used at build time to find PNG_IMPEXP, the API settings
255 # define PNG_EXPORT_TYPE(type) type PNG_IMPEXP
286 /* PNG_IMPEXP may be set on the compilation system command line or (if not set)
290 #ifndef PNG_IMPEXP
293 # define PNG_IMPEXP PNG_DLL_IMPORT macro
296 # ifndef PNG_IMPEXP
297 # define PNG_IMPEXP macro
[all...]
H A Dpngpriv.h151 * indication that PNG_IMPEXP needs to be set to the DLL export
173 * PNG_IMPEXP must be set here when building the library to prevent pngconf.h
176 #ifndef PNG_IMPEXP
178 # define PNG_IMPEXP PNG_DLL_EXPORT macro
183 # define PNG_IMPEXP macro

Completed in 48 milliseconds