Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:PNG_DITHER_RED_BITS

454       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)) <<