Lines Matching refs:BITS
50 #define UNIT BITS
79 BITS xor = (BITS) pPriv->xor; in BRESSOLID()
125 BITS xorfg, xorbg; in BRESDASH()
134 xorfg = (BITS) pPriv->xor; in BRESDASH()
135 xorbg = (BITS) pPriv->bgxor; in BRESDASH()
248 BITS bxor = (BITS) xor; in DOTS()
249 BITS band = (BITS) and; in DOTS()
296 BITS andBits, xorBits; in ARC()
303 andBits = (BITS) and; in ARC()
304 xorBits = (BITS) xor; in ARC()
478 #define WRITE1(d,n,fg) WRITE(d + WRITE_ADDR1(n), (BITS) (fg))
499 BITS *dstLine; in GLYPH()
500 BITS *dst; in GLYPH()
504 dstLine = (BITS *) dstBits; in GLYPH()
506 dstStride *= (sizeof(FbBits) / sizeof(BITS)); in GLYPH()
511 dst = (BITS *) dstLine; in GLYPH()
606 BITS xor = fbGetGCPrivate(pGC)->xor; in POLYLINE()
607 BITS and = fbGetGCPrivate(pGC)->and; in POLYLINE()
728 BITS xor = xorBits; in POLYSEGMENT()
729 BITS and = andBits; in POLYSEGMENT()