Lines Matching refs:PNGAPI
109 * PNGAPI Calling convention for exported functions.
122 * PNG_API_RULE=1 Use the operating system convention for PNGAPI and
205 # define PNGAPI __stdcall
215 # if PNG_API_RULE == 1 && !defined(PNGAPI)
216 # define PNGAPI _stdcall
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 PNGCAPI
300 PNG_FUNCTION(PNG_EXPORT_TYPE(type),(PNGAPI name),PNGARG(args), \