HomeSort by relevance Sort by last modified time
    Searched refs:PNG_32b (Results 1 - 3 of 3) sorted by null

  /external/libpng/
pngpriv.h     [all...]
  /external/pdfium/third_party/libpng16/
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))
741 (PNG_32b(b1,24) | PNG_32b(b2,16) | PNG_32b(b3,8) | PNG_32b(b4,0))
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 106 #define PNG_32b(b,s) ((png_uint_32)(b) << (s))
108 (PNG_32b(b1,24) | PNG_32b(b2,16) | PNG_32b(b3,8) | PNG_32b(b4,0))
    [all...]

Completed in 137 milliseconds