Lines Matching defs:pixel_shift
630 int pixel_shift;
642 pixel_shift = pDst->drawable.bitsPerPixel >> 4;
645 colorpitch = dst_pitch >> pixel_shift;
657 if (((dst_pitch >> pixel_shift) & 0x7) != 0)
1003 int pixel_shift;
1015 pixel_shift = pDst->drawable.bitsPerPixel >> 4;
1018 colorpitch = dst_pitch >> pixel_shift;
1024 if (((dst_pitch >> pixel_shift) & 0x7) != 0)
1200 int i, pixel_shift, out_size = 6;
1225 pixel_shift = pPix->drawable.bitsPerPixel >> 4;
1226 txpitch >>= pixel_shift;
1512 int pixel_shift;
1520 pixel_shift = pDst->drawable.bitsPerPixel >> 4;
1523 colorpitch = dst_pitch >> pixel_shift;
1532 if (((dst_pitch >> pixel_shift) & 0x7) != 0)