Lines Matching defs:leftShift
88 int leftShift, rightShift;
171 leftShift = srcX - dstX;
172 rightShift = FB_UNIT - leftShift;
175 leftShift = FB_UNIT - rightShift;
189 if (FbScrRight(endmask, leftShift)) {
191 bits |= FbScrLeft(bits1, leftShift);
201 bits |= FbScrLeft(bits1, leftShift);
209 bits |= FbScrLeft(bits1, leftShift);
216 if (FbScrRight(startmask, leftShift)) {
218 bits |= FbScrLeft(bits1, leftShift);
227 bits = FbScrLeft(bits1, leftShift);
238 bits = FbScrLeft(bits1, leftShift);
246 bits = FbScrLeft(bits1, leftShift);
254 bits = FbScrLeft(bits1, leftShift);