Searched refs:PNG_32b (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngpriv.h736 * PNG_32b correctly produces a value shifted by up to 24 bits, even on
739 #define PNG_32b(b,s) ((png_uint_32)(b) << (s)) macro
741 (PNG_32b(b1,24) | PNG_32b(b2,16) | PNG_32b(b3,8) | PNG_32b(b4,0))
/external/opencv3/3rdparty/libpng/
H A Dpngpriv.h635 * PNG_32b correctly produces a value shifted by up to 24 bits, even on
638 #define PNG_32b(b,s) ((png_uint_32)(b) << (s)) macro
640 (PNG_32b(b1,24) | PNG_32b(b2,16) | PNG_32b(b3,8) | PNG_32b(b4,0))
/external/pdfium/third_party/lpng_v163/
H A Dpngpriv.h669 * PNG_32b correctly produces a value shifted by up to 24 bits, even on
672 #define PNG_32b(b,s) ((png_uint_32)(b) << (s)) macro
674 (PNG_32b(b1,24) | PNG_32b(b2,16) | PNG_32b(b3,8) | PNG_32b(b4,0))
/external/libpng/contrib/tools/
H A Dpngfix.c107 #define PNG_32b(b,s) ((png_uint_32)(b) << (s)) macro
109 (PNG_32b(b1,24) | PNG_32b(b2,16) | PNG_32b(b3,8) | PNG_32b(b4,0))

Completed in 45 milliseconds