Lines Matching refs:startmask
63 FbBits startmask, endmask;
115 FbMaskBitsBytes (dstX, width, destInvarient, startmask, startbyte,
162 if (startmask)
166 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
171 if (startmask)
174 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
281 if (startmask)
284 if (FbScrRight(startmask, leftShift))
290 FbDoLeftMaskByteMergeRop (dst, bits, startbyte, startmask);
297 if (startmask)
300 if (FbScrLeft(startmask, rightShift))
305 FbDoLeftMaskByteMergeRop (dst, bits, startbyte, startmask);
384 FbBits startmask, endmask;
394 FbMaskBits(dstX, width, startmask, n, endmask);
443 if (startmask)
447 WRITE(dst, FbDoMaskMergeRop(bits, READ(dst), mask & startmask));
452 if (startmask)
455 WRITE(dst, FbDoMaskMergeRop (bits, READ(dst), mask & startmask));
512 if (startmask)
515 if (FbScrRight(startmask, leftShift))
521 WRITE(dst, FbDoMaskMergeRop (bits, READ(dst), mask & startmask));
528 if (startmask)
533 WRITE(dst, FbDoMaskMergeRop (bits, READ(dst), mask & startmask));
651 FbBits startmask, endmask;
687 startmask = startmaskEven;
700 startmask = startmaskOdd;
711 if (startmask)
714 WRITE(dst, FbDoMaskMergeRop (bits, READ(dst), startmask));
747 if (startmask)
752 WRITE(dst, FbDoMaskMergeRop (bits1, READ(dst), startmask));