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

  /external/syslinux/com32/lib/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...]
  /external/syslinux/com32/include/
pngconf.h 461 #ifndef PNG_DITHER_BLUE_BITS
462 # define PNG_DITHER_BLUE_BITS 5
    [all...]

Completed in 93 milliseconds