Searched refs:PNG_32b (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngpriv.h | 821 #define PNG_32b(b,s) ((png_uint_32)(b) << (s)) macro 823 (PNG_32b(b1,24) | PNG_32b(b2,16) | PNG_32b(b3,8) | PNG_32b(b4,0))
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngfix.c | 106 #define PNG_32b(b,s) ((png_uint_32)(b) << (s)) macro 108 (PNG_32b(b1,24) | PNG_32b(b2,16) | PNG_32b(b3,8) | PNG_32b(b4,0))
|
Completed in 11 milliseconds