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

/external/libpng/
H A Dpngconf.h108 * PNGAPI Calling convention for exported functions.
121 * PNG_API_RULE=1 Use the operating system convention for PNGAPI and
205 # define PNGAPI __stdcall macro
215 # if PNG_API_RULE == 1 && !defined(PNGAPI)
216 # define PNGAPI _stdcall macro
222 # if defined(PNGAPI) && !defined(PNG_USER_PRIVATEBUILD)
223 # error "PNG_USER_PRIVATEBUILD must be defined if PNGAPI is changed"
245 # define PNGAPI _System macro
260 #ifndef PNGAPI
261 # define PNGAPI PNGCAP macro
[all...]
/external/opencv3/3rdparty/libpng/
H A Dpngconf.h109 * PNGAPI Calling convention for exported functions.
122 * PNG_API_RULE=1 Use the operating system convention for PNGAPI and
205 # define PNGAPI __stdcall macro
215 # if PNG_API_RULE == 1 && !defined(PNGAPI)
216 # define PNGAPI _stdcall macro
221 # if defined(PNGAPI) && !defined(PNG_USER_PRIVATEBUILD)
222 ERROR: PNG_USER_PRIVATEBUILD must be defined if PNGAPI is changed
244 # define PNGAPI _System
259 #ifndef PNGAPI
260 # define PNGAPI PNGCAP macro
[all...]
/external/pdfium/third_party/lpng_v163/
H A Dpngconf.h130 * PNGAPI Calling convention for exported functions.
143 * PNG_API_RULE=1 Use the operating system convention for PNGAPI and
227 # define PNGAPI __stdcall macro
237 # if PNG_API_RULE == 1 && !defined(PNGAPI)
238 # define PNGAPI _stdcall macro
244 # if defined(PNGAPI) && !defined(PNG_USER_PRIVATEBUILD)
245 # error "PNG_USER_PRIVATEBUILD must be defined if PNGAPI is changed"
267 # define PNGAPI _System macro
282 #ifndef PNGAPI
283 # define PNGAPI PNGCAP macro
[all...]

Completed in 240 milliseconds