Searched refs:PNG_DITHER_RED_BITS (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libpng/
H A Dpngconf.h455 #ifndef PNG_DITHER_RED_BITS
456 # define PNG_DITHER_RED_BITS 5 macro
H A Dpngrtran.c482 int total_bits = PNG_DITHER_RED_BITS + PNG_DITHER_GREEN_BITS +
484 int num_red = (1 << PNG_DITHER_RED_BITS);
499 int r = (palette[i].red >> (8 - PNG_DITHER_RED_BITS));
4086 p = (((r >> (8 - PNG_DITHER_RED_BITS)) &
4087 ((1 << PNG_DITHER_RED_BITS) - 1)) <<
4115 p = (((r >> (8 - PNG_DITHER_RED_BITS)) &
4116 ((1 << PNG_DITHER_RED_BITS) - 1)) <<
/external/libpng/
H A Dpngconf.h459 #ifndef PNG_DITHER_RED_BITS
460 # define PNG_DITHER_RED_BITS 5 macro
H A Dpngrtran.c482 int total_bits = PNG_DITHER_RED_BITS + PNG_DITHER_GREEN_BITS +
484 int num_red = (1 << PNG_DITHER_RED_BITS);
499 int r = (palette[i].red >> (8 - PNG_DITHER_RED_BITS));
4086 p = (((r >> (8 - PNG_DITHER_RED_BITS)) &
4087 ((1 << PNG_DITHER_RED_BITS) - 1)) <<
4115 p = (((r >> (8 - PNG_DITHER_RED_BITS)) &
4116 ((1 << PNG_DITHER_RED_BITS) - 1)) <<
/external/qemu/distrib/libpng-1.2.19/
H A Dpngconf.h407 #ifndef PNG_DITHER_RED_BITS
408 # define PNG_DITHER_RED_BITS 5 macro
H A Dpngrtran.c454 int total_bits = PNG_DITHER_RED_BITS + PNG_DITHER_GREEN_BITS +
456 int num_red = (1 << PNG_DITHER_RED_BITS);
475 int r = (palette[i].red >> (8 - PNG_DITHER_RED_BITS));
3945 p = (((r >> (8 - PNG_DITHER_RED_BITS)) &
3946 ((1 << PNG_DITHER_RED_BITS) - 1)) <<
3974 p = (((r >> (8 - PNG_DITHER_RED_BITS)) &
3975 ((1 << PNG_DITHER_RED_BITS) - 1)) <<

Completed in 90 milliseconds