Home
last modified time | relevance | path

Searched refs:PNGCAPI (Results 1 – 4 of 4) sorted by relevance

/external/libpng/
Dpngconf.h218 # define PNGCAPI __watcall macro
222 # define PNGCAPI __cdecl macro
234 # ifndef PNGCAPI
235 # define PNGCAPI _cdecl macro
276 #ifndef PNGCAPI
277 # define PNGCAPI macro
280 # define PNGCBAPI PNGCAPI
283 # define PNGAPI PNGCAPI
Dpng.h953 PNG_FUNCTION(void, (PNGCAPI *png_longjmp_ptr), PNGARG((jmp_buf, int)), typedef);
Dlibpng-manual.txt5015 and PNGCAPI, are used instead for callback functions (PNGCBAPI) and
5016 (PNGCAPI) for functions that must match a C library prototype (currently
DCHANGES2747 into PNGCAPI (base C form), PNGAPI (exports) and PNGCBAPI (callbacks),