Searched refs:PNG_32b (Results 1 - 4 of 4) sorted by relevance
/external/libpng/ |
H A D | pngpriv.h | 736 * 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 D | pngpriv.h | 635 * 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 D | pngpriv.h | 669 * 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 D | pngfix.c | 107 #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