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

Lines Matching full:index_r

483             int index_r = (ir << (PNG_DITHER_BLUE_BITS + PNG_DITHER_GREEN_BITS));
491 int index_g = index_r | (ig << PNG_DITHER_BLUE_BITS);