Home
last modified time | relevance | path

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

/external/libpng/
Dpngrtran.c483 PNG_DITHER_BLUE_BITS; in png_set_dither()
486 int num_blue = (1 << PNG_DITHER_BLUE_BITS); in png_set_dither()
501 int b = (palette[i].blue >> (8 - PNG_DITHER_BLUE_BITS)); in png_set_dither()
507 int index_r = (ir << (PNG_DITHER_BLUE_BITS + in png_set_dither()
516 int index_g = index_r | (ig << PNG_DITHER_BLUE_BITS); in png_set_dither()
4088 (PNG_DITHER_GREEN_BITS + PNG_DITHER_BLUE_BITS)) | in png_do_dither()
4091 (PNG_DITHER_BLUE_BITS)) | in png_do_dither()
4092 ((b >> (8 - PNG_DITHER_BLUE_BITS)) & in png_do_dither()
4093 ((1 << PNG_DITHER_BLUE_BITS) - 1)); in png_do_dither()
4117 (PNG_DITHER_GREEN_BITS + PNG_DITHER_BLUE_BITS)) | in png_do_dither()
[all …]
Dpngconf.h465 #ifndef PNG_DITHER_BLUE_BITS
466 # define PNG_DITHER_BLUE_BITS 5 macro
/external/qemu/distrib/libpng-1.2.19/
Dpngrtran.c455 PNG_DITHER_BLUE_BITS; in png_set_dither()
458 int num_blue = (1 << PNG_DITHER_BLUE_BITS); in png_set_dither()
477 int b = (palette[i].blue >> (8 - PNG_DITHER_BLUE_BITS)); in png_set_dither()
483 int index_r = (ir << (PNG_DITHER_BLUE_BITS + PNG_DITHER_GREEN_BITS)); in png_set_dither()
491 int index_g = index_r | (ig << PNG_DITHER_BLUE_BITS); in png_set_dither()
3947 (PNG_DITHER_GREEN_BITS + PNG_DITHER_BLUE_BITS)) | in png_do_dither()
3950 (PNG_DITHER_BLUE_BITS)) | in png_do_dither()
3951 ((b >> (8 - PNG_DITHER_BLUE_BITS)) & in png_do_dither()
3952 ((1 << PNG_DITHER_BLUE_BITS) - 1)); in png_do_dither()
3976 (PNG_DITHER_GREEN_BITS + PNG_DITHER_BLUE_BITS)) | in png_do_dither()
[all …]
Dpngconf.h413 #ifndef PNG_DITHER_BLUE_BITS
414 # define PNG_DITHER_BLUE_BITS 5 macro