Lines Matching refs:startmask
43 FbBits startmask, endmask;
56 FbMaskBitsBytes(dstX, width, and == 0, startmask, startbyte,
58 if (startmask)
63 if (startmask)
65 FbDoLeftMaskByteRRop(dst,startbyte,startmask,and,xor);
96 FbBits startmask, endmask;
110 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
111 if (startmask)
121 if (startmask)
159 if (startmask)
161 WRITE(dst, FbDoMaskRRop(READ(dst), andS, xorS, startmask));