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

  /external/libpng/
pngrtran.c 483 PNG_DITHER_BLUE_BITS;
486 int num_blue = (1 << PNG_DITHER_BLUE_BITS);
501 int b = (palette[i].blue >> (8 - PNG_DITHER_BLUE_BITS));
507 int index_r = (ir << (PNG_DITHER_BLUE_BITS +
516 int index_g = index_r | (ig << PNG_DITHER_BLUE_BITS);
    [all...]
pngconf.h 465 #ifndef PNG_DITHER_BLUE_BITS
466 # define PNG_DITHER_BLUE_BITS 5
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 455 PNG_DITHER_BLUE_BITS;
458 int num_blue = (1 << PNG_DITHER_BLUE_BITS);
477 int b = (palette[i].blue >> (8 - PNG_DITHER_BLUE_BITS));
483 int index_r = (ir << (PNG_DITHER_BLUE_BITS + PNG_DITHER_GREEN_BITS));
491 int index_g = index_r | (ig << PNG_DITHER_BLUE_BITS);
    [all...]
pngconf.h 413 #ifndef PNG_DITHER_BLUE_BITS
414 # define PNG_DITHER_BLUE_BITS 5
    [all...]

Completed in 23 milliseconds