Searched refs:PNG_INTERNAL_DATA (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | intprefix.c | 12 #define PNG_INTERNAL_DATA(type, name, array)\ macro
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngpriv.h | 343 #ifndef PNG_INTERNAL_DATA 344 # define PNG_INTERNAL_DATA(type, name, array) PNG_LINKAGE_DATA type name array macro 943 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_table, [256]); 949 PNG_INTERNAL_DATA(const png_uint_16, png_sRGB_base, [512]); 950 PNG_INTERNAL_DATA(const png_byte, png_sRGB_delta, [512]);
|
Completed in 7 milliseconds