Searched refs:PNG_FUNCTION (Results 1 – 3 of 3) sorted by relevance
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pngconf.h | 285 #ifndef PNG_FUNCTION 286 # define PNG_FUNCTION(type, name, args, attributes) attributes type name args macro 300 PNG_FUNCTION(PNG_EXPORT_TYPE(type),(PNGAPI name),PNGARG(args), \
|
D | pngpriv.h | 714 PNG_EXTERN PNG_FUNCTION(png_voidp,png_create_struct,PNGARG((int type)), 720 PNG_EXTERN PNG_FUNCTION(png_voidp,png_create_struct_2, 731 PNG_EXTERN PNG_FUNCTION(voidpf,png_zalloc,PNGARG((voidpf png_ptr, uInt items, 1417 PNG_EXTERN PNG_FUNCTION(void, png_fixed_error, (png_structp png_ptr,
|
D | png.h | 921 PNG_FUNCTION(void, (PNGCAPI *png_longjmp_ptr), PNGARG((jmp_buf, int)), typedef);
|