Home
last modified time | relevance | path

Searched refs:PNG_DITHER_RED_BITS (Results 1 – 4 of 4) sorted by relevance

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