Searched refs:PNG_INTERNAL_FUNCTION (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | pngpriv.h | 210 #ifndef PNG_INTERNAL_FUNCTION 211 # define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ macro 227 PNG_INTERNAL_FUNCTION(type, name, args, PNG_EMPTY); 239 PNG_INTERNAL_FUNCTION(type, name, args, PNG_EMPTY); 827 PNG_INTERNAL_FUNCTION(void, png_zstream_error,(png_structrp png_ptr, int ret), 834 PNG_INTERNAL_FUNCTION(void,png_free_buffer_list,(png_structrp png_ptr, 846 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr, 853 PNG_INTERNAL_FUNCTION(int,png_user_version_check,(png_structrp png_ptr, 860 PNG_INTERNAL_FUNCTION(png_voidp,png_malloc_base,(png_const_structrp png_ptr, 868 PNG_INTERNAL_FUNCTION(png_voidp,png_malloc_array,(png_const_structrp png_ptr, [all …]
|
/external/libpng/ |
D | pngpriv.h | 256 #ifndef PNG_INTERNAL_FUNCTION 257 # define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ macro 278 PNG_INTERNAL_FUNCTION(type, name, args, PNG_EMPTY); 290 PNG_INTERNAL_FUNCTION(type, name, args, PNG_EMPTY); 874 PNG_INTERNAL_FUNCTION(void, png_zstream_error,(png_structrp png_ptr, int ret), 881 PNG_INTERNAL_FUNCTION(void,png_free_buffer_list,(png_structrp png_ptr, 893 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr, 900 PNG_INTERNAL_FUNCTION(int,png_user_version_check,(png_structrp png_ptr, 907 PNG_INTERNAL_FUNCTION(png_voidp,png_malloc_base,(png_const_structrp png_ptr, 915 PNG_INTERNAL_FUNCTION(png_voidp,png_malloc_array,(png_const_structrp png_ptr, [all …]
|
D | CHANGES | 3963 fix is to cause png.h to declare the functions with PNG_INTERNAL_FUNCTION 4162 of the changes to support symbol prefixing PNG_INTERNAL_FUNCTION declares
|
/external/libpng/scripts/ |
D | intprefix.dfn | 15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\
|