Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_DITHER_GREEN_BITS

482       int total_bits = PNG_DITHER_RED_BITS + PNG_DITHER_GREEN_BITS +
485 int num_green = (1 << PNG_DITHER_GREEN_BITS);
500 int g = (palette[i].green >> (8 - PNG_DITHER_GREEN_BITS));
508 PNG_DITHER_GREEN_BITS));
4088 (PNG_DITHER_GREEN_BITS + PNG_DITHER_BLUE_BITS)) |
4089 (((g >> (8 - PNG_DITHER_GREEN_BITS)) &
4090 ((1 << PNG_DITHER_GREEN_BITS) - 1)) <<
4117 (PNG_DITHER_GREEN_BITS + PNG_DITHER_BLUE_BITS)) |
4118 (((g >> (8 - PNG_DITHER_GREEN_BITS)) &
4119 ((1 << PNG_DITHER_GREEN_BITS) - 1)) <<