Lines Matching defs:startmask
89 FbBits startmask, endmask;
105 FbMaskBitsBytes(dstX, width, destInvarient, startmask, startbyte,
141 if (startmask) {
144 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
147 if (startmask) {
149 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
214 if (startmask) {
216 if (FbScrRight(startmask, leftShift)) {
221 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
226 if (startmask) {
228 if (FbScrLeft(startmask, rightShift)) {
232 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);