Searched refs:PNGCAPI (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pngconf.h | 196 # 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
|
D | png.h | 863 PNG_FUNCTION(void, (PNGCAPI *png_longjmp_ptr), PNGARG((jmp_buf, int)), typedef);
|
/external/libpng/ |
D | pngconf.h | 196 # 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
|
D | INSTALL | 365 and PNGCAPI, are used instead for callback functions (PNGCBAPI) and 366 (PNGCAPI) for functions that must match a C library prototype (currently
|
D | png.h | 859 PNG_FUNCTION(void, (PNGCAPI *png_longjmp_ptr), PNGARG((jmp_buf, int)), typedef);
|
D | CHANGES | 2756 into PNGCAPI (base C form), PNGAPI (exports) and PNGCBAPI (callbacks),
|