Searched defs:PNGAPI (Results 1 - 4 of 4) 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/pdfium/third_party/libpng16/
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/skia/third_party/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/syslinux/com32/include/
H A Dpngconf.h1424 # undef PNGAPI macro
1425 # define PNGAPI __cdecl macro
1430 /* If you define PNGAPI, e.g., with compiler option "-DPNGAPI=__stdcall",
1433 * convention in your compiler to match your PNGAPI, and you must build
1451 # ifndef PNGAPI
1453 # define PNGAPI __cdecl macro
1455 # define PNGAPI _cdecl macro
1466 # define PNG_EXPORT_TYPE1(type,symbol) PNG_IMPEXP type PNGAPI symbol
1467 # define PNG_EXPORT_TYPE2(type,symbol) type PNG_IMPEXP PNGAPI symbol
1495 # ifndef PNGAPI
1496 # define PNGAPI macro
1505 # define PNGAPI macro
[all...]

Completed in 648 milliseconds