Searched refs:PNG_INTERNAL_FUNCTION (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngpriv.h | 347 #ifndef PNG_INTERNAL_FUNCTION 1033 PNG_INTERNAL_FUNCTION(png_structp,png_create_png_struct, 1555 PNG_INTERNAL_FUNCTION(int,png_chunk_unknown_handling, 1656 PNG_INTERNAL_FUNCTION(int,png_colorspace_set_endpoints, 1693 PNG_INTERNAL_FUNCTION(void,png_icc_set_sRGB,( 1719 PNG_INTERNAL_FUNCTION(void,png_do_check_palette_indexes, 1788 PNG_INTERNAL_FUNCTION(void,png_warning_parameter_signed, 1984 PNG_INTERNAL_FUNCTION(png_fixed_point,png_muldiv_warn, 2121 PNG_INTERNAL_FUNCTION(void, 2125 PNG_INTERNAL_FUNCTION(int, [all …]
|
A D | CHANGES | 3973 fix is to cause png.h to declare the functions with PNG_INTERNAL_FUNCTION 4172 of the changes to support symbol prefixing PNG_INTERNAL_FUNCTION declares
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | intprefix.c | 15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ macro
|
Completed in 21 milliseconds