Home
last modified time | relevance | path

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 Dpngpriv.h821 #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 Dpngfix.c106 #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