Lines Matching defs:and
4 * Permission to use, copy, modify, distribute, and sell this software and its
6 * the above copyright notice appear in all copies and that both that
7 * copyright notice and this permission notice appear in supporting
8 * documentation, and that the name of Keith Packard not be used in
34 int dstX, int bpp, int width, int height, FbBits and, FbBits xor)
42 FbMaskBitsBytes(dstX, width, and == 0, startmask, startbyte,
49 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
53 if (!and)
58 WRITE(dst, FbDoRRop(READ(dst), and, xor));
62 FbDoRightMaskByteRRop(dst, endbyte, endmask, and, xor);