Searched refs:PNGCAPI (Results 1 – 4 of 4) sorted by relevance
218 # define PNGCAPI __watcall macro222 # define PNGCAPI __cdecl macro234 # ifndef PNGCAPI235 # define PNGCAPI _cdecl macro276 #ifndef PNGCAPI277 # define PNGCAPI macro280 # define PNGCBAPI PNGCAPI283 # define PNGAPI PNGCAPI
953 PNG_FUNCTION(void, (PNGCAPI *png_longjmp_ptr), PNGARG((jmp_buf, int)), typedef);
5015 and PNGCAPI, are used instead for callback functions (PNGCBAPI) and5016 (PNGCAPI) for functions that must match a C library prototype (currently
2747 into PNGCAPI (base C form), PNGAPI (exports) and PNGCBAPI (callbacks),