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

  /external/libpng/
pnglibconf.h 200 #define PNG_QUANTIZE_RED_BITS 5
pngrtran.c 742 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS +
744 int num_red = (1 << PNG_QUANTIZE_RED_BITS);
760 int r = (palette[i].red >> (8 - PNG_QUANTIZE_RED_BITS));
    [all...]
  /external/pdfium/third_party/libpng16/
pnglibconf.h 199 #define PNG_QUANTIZE_RED_BITS 5
pngrtran.c 742 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS +
744 int num_red = (1 << PNG_QUANTIZE_RED_BITS);
760 int r = (palette[i].red >> (8 - PNG_QUANTIZE_RED_BITS));
    [all...]
  /external/skia/third_party/libpng/
pnglibconf.h 200 #define PNG_QUANTIZE_RED_BITS 5
pngrtran.c 742 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS +
744 int num_red = (1 << PNG_QUANTIZE_RED_BITS);
760 int r = (palette[i].red >> (8 - PNG_QUANTIZE_RED_BITS));
    [all...]
  /external/libpng/scripts/
pnglibconf.h.prebuilt 200 #define PNG_QUANTIZE_RED_BITS 5

Completed in 74 milliseconds