Home
last modified time | relevance | path

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

/external/libpng/
Dpngconf.h422 #ifndef PNG_DITHER_RED_BITS
423 # define PNG_DITHER_RED_BITS 5 macro
Dpngrtran.c473 int total_bits = PNG_DITHER_RED_BITS + PNG_DITHER_GREEN_BITS + in png_set_dither()
475 int num_red = (1 << PNG_DITHER_RED_BITS); in png_set_dither()
492 int r = (palette[i].red >> (8 - PNG_DITHER_RED_BITS)); in png_set_dither()
4025 p = (((r >> (8 - PNG_DITHER_RED_BITS)) & in png_do_dither()
4026 ((1 << PNG_DITHER_RED_BITS) - 1)) << in png_do_dither()
4054 p = (((r >> (8 - PNG_DITHER_RED_BITS)) & in png_do_dither()
4055 ((1 << PNG_DITHER_RED_BITS) - 1)) << in png_do_dither()
/external/tesseract/include/
Dpngconf.h419 #ifndef PNG_DITHER_RED_BITS
420 # define PNG_DITHER_RED_BITS 5 macro
/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()