Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
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
Dpng.h863 PNG_FUNCTION(void, (PNGCAPI *png_longjmp_ptr), PNGARG((jmp_buf, int)), typedef);
/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
DINSTALL365 and PNGCAPI, are used instead for callback functions (PNGCBAPI) and
366 (PNGCAPI) for functions that must match a C library prototype (currently
Dpng.h859 PNG_FUNCTION(void, (PNGCAPI *png_longjmp_ptr), PNGARG((jmp_buf, int)), typedef);
DCHANGES2756 into PNGCAPI (base C form), PNGAPI (exports) and PNGCBAPI (callbacks),