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

  /external/libpng/
pnglibconf.h 198 #define PNG_QUANTIZE_BLUE_BITS 5
pngrtran.c 743 PNG_QUANTIZE_BLUE_BITS;
746 int num_blue = (1 << PNG_QUANTIZE_BLUE_BITS);
762 int b = (palette[i].blue >> (8 - PNG_QUANTIZE_BLUE_BITS));
768 int index_r = (ir << (PNG_QUANTIZE_BLUE_BITS +
777 int index_g = index_r | (ig << PNG_QUANTIZE_BLUE_BITS);
    [all...]
  /external/pdfium/third_party/libpng16/
pnglibconf.h 197 #define PNG_QUANTIZE_BLUE_BITS 5
pngrtran.c 743 PNG_QUANTIZE_BLUE_BITS;
746 int num_blue = (1 << PNG_QUANTIZE_BLUE_BITS);
762 int b = (palette[i].blue >> (8 - PNG_QUANTIZE_BLUE_BITS));
768 int index_r = (ir << (PNG_QUANTIZE_BLUE_BITS +
777 int index_g = index_r | (ig << PNG_QUANTIZE_BLUE_BITS);
    [all...]
  /external/skia/third_party/libpng/
pnglibconf.h 198 #define PNG_QUANTIZE_BLUE_BITS 5
pngrtran.c 743 PNG_QUANTIZE_BLUE_BITS;
746 int num_blue = (1 << PNG_QUANTIZE_BLUE_BITS);
762 int b = (palette[i].blue >> (8 - PNG_QUANTIZE_BLUE_BITS));
768 int index_r = (ir << (PNG_QUANTIZE_BLUE_BITS +
777 int index_g = index_r | (ig << PNG_QUANTIZE_BLUE_BITS);
    [all...]
  /external/libpng/scripts/
pnglibconf.h.prebuilt 198 #define PNG_QUANTIZE_BLUE_BITS 5

Completed in 53 milliseconds