Lines Matching full:r_shift
1433 int r_shift, g_shift, b_shift;1438 r_shift = fmt->redShift;1442 r_shift = 24 - fmt->redShift;1449 *buf++ = (char)(pix >> r_shift);