Lines Matching refs:BITS
31 #define WRITE1(d,n,fg) WRITE(d + WRITE_ADDR1(n), (BITS) (fg))
51 FbStip bits;
52 BITS *dstLine;
53 BITS *dst;
57 dstLine = (BITS *) dstBits;
59 dstStride *= (sizeof(FbBits) / sizeof(BITS));
63 bits = *stipple++;
64 dst = (BITS *) dstLine;
66 while (bits) {
67 switch (FbStipMoveLsb(FbLeftStipBits(bits, n), 4, n)) {
124 bits = FbStipLeft(bits, n);