Lines Matching defs:leftShift
53 int leftShift, rightShift;
196 leftShift = srcX - dstX;
197 rightShift = FB_UNIT - leftShift;
201 leftShift = FB_UNIT - rightShift;
215 if (FbScrRight(endmask, leftShift)) {
217 bits |= FbScrLeft(bits1, leftShift);
227 bits |= FbScrLeft(bits1, leftShift);
236 bits |= FbScrLeft(bits1, leftShift);
243 if (FbScrRight(startmask, leftShift)) {
245 bits |= FbScrLeft(bits1, leftShift);
255 bits = FbScrLeft(bits1, leftShift);
266 bits = FbScrLeft(bits1, leftShift);
275 bits = FbScrLeft(bits1, leftShift);
283 bits = FbScrLeft(bits1, leftShift);