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

/external/libpng/
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...]
/external/chromium_org/third_party/libpng/
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...]
/external/qemu/distrib/libpng-1.2.46/
H A Dpngconf.h1428 # undef PNGAPI macro
1429 # define PNGAPI __cdecl macro
1434 /* If you define PNGAPI, e.g., with compiler option "-DPNGAPI=__stdcall",
1437 * convention in your compiler to match your PNGAPI, and you must build
1455 # ifndef PNGAPI
1457 # define PNGAPI __cdecl macro
1459 # define PNGAPI _cdecl macro
1470 # define PNG_EXPORT_TYPE1(type,symbol) PNG_IMPEXP type PNGAPI symbol
1471 # define PNG_EXPORT_TYPE2(type,symbol) type PNG_IMPEXP PNGAPI symbol
1499 # ifndef PNGAPI
1500 # define PNGAPI macro
1509 # define PNGAPI macro
[all...]

Completed in 77 milliseconds