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

  /external/libpng/
pnglibconf.h 199 #define PNG_QUANTIZE_GREEN_BITS 5
pngrtran.c 742 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS +
745 int num_green = (1 << PNG_QUANTIZE_GREEN_BITS);
761 int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS));
769 PNG_QUANTIZE_GREEN_BITS));
    [all...]
  /external/pdfium/third_party/libpng16/
pnglibconf.h 198 #define PNG_QUANTIZE_GREEN_BITS 5
pngrtran.c 742 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS +
745 int num_green = (1 << PNG_QUANTIZE_GREEN_BITS);
761 int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS));
769 PNG_QUANTIZE_GREEN_BITS));
    [all...]
  /external/skia/third_party/libpng/
pnglibconf.h 199 #define PNG_QUANTIZE_GREEN_BITS 5
pngrtran.c 742 int total_bits = PNG_QUANTIZE_RED_BITS + PNG_QUANTIZE_GREEN_BITS +
745 int num_green = (1 << PNG_QUANTIZE_GREEN_BITS);
761 int g = (palette[i].green >> (8 - PNG_QUANTIZE_GREEN_BITS));
769 PNG_QUANTIZE_GREEN_BITS));
    [all...]
  /external/libpng/scripts/
pnglibconf.h.prebuilt 199 #define PNG_QUANTIZE_GREEN_BITS 5

Completed in 432 milliseconds