Lines Matching refs:right
1234 png_fixed_point left, right, denominator;
1430 if (!png_muldiv(&right, xy->greeny-xy->bluey, xy->redx - xy->bluex, 7))
1432 denominator = left - right;
1437 if (!png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7))
1445 if (!png_muldiv(&red_inverse, xy->whitey, denominator, left-right) ||
1452 if (!png_muldiv(&right, xy->redx-xy->bluex, xy->whitey-xy->bluey, 7))
1454 if (!png_muldiv(&green_inverse, xy->whitey, denominator, left-right) ||
3721 /* This does the right thing based on the bit_depth field of the
3745 * to shift the input values right (or 16-number_of_signifiant_bits).