Searched refs:PNGCAPI (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h139 * PNGCAPI Calling convention used by the ANSI-C library (required
148 * PNG_API_RULE=0 Use PNGCAPI - the 'C' calling convention - throughout.
151 * the 'C' calling convention (from PNGCAPI) for
225 # define PNGCAPI __watcall macro
229 # define PNGCAPI __cdecl macro
238 # ifndef PNGCAPI
239 # define PNGCAPI _cdecl macro
245 /* NOTE: PNGCBAPI always defaults to PNGCAPI. */
279 #ifndef PNGCAPI
280 # define PNGCAPI macro
[all...]
H A Dpng.h911 PNG_FUNCTION(void, (PNGCAPI *png_longjmp_ptr), PNGARG((jmp_buf, int)), typedef);

Completed in 39 milliseconds