Lines Matching refs:startmask
54 FbBits startmask, endmask; in fbBlt() local
103 FbMaskBitsBytes(dstX, width, destInvarient, startmask, startbyte, in fbBlt()
141 if (startmask) { in fbBlt()
144 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask); in fbBlt()
148 if (startmask) { in fbBlt()
150 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask); in fbBlt()
241 if (startmask) { in fbBlt()
243 if (FbScrRight(startmask, leftShift)) { in fbBlt()
248 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask); in fbBlt()
254 if (startmask) { in fbBlt()
256 if (FbScrLeft(startmask, rightShift)) { in fbBlt()
260 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask); in fbBlt()