Home
last modified time | relevance | path

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

/external/libpng/
Dpngconf.h196 # define PNGCAPI __watcall macro
200 # define PNGCAPI __cdecl macro
212 # ifndef PNGCAPI
213 # define PNGCAPI _cdecl macro
254 #ifndef PNGCAPI
255 # define PNGCAPI macro
258 # define PNGCBAPI PNGCAPI
261 # define PNGAPI PNGCAPI
DINSTALL363 and PNGCAPI, are used instead for callback functions (PNGCBAPI) and
364 (PNGCAPI) for functions that must match a C library prototype (currently
Dpng.h828 PNG_FUNCTION(void, (PNGCAPI *png_longjmp_ptr), PNGARG((jmp_buf, int)), typedef);
DCHANGES2755 into PNGCAPI (base C form), PNGAPI (exports) and PNGCBAPI (callbacks),