Lines Matching refs:UNIT
47 #define UNIT BITSUNIT macro
50 #define UNIT BITS macro
76 UNIT *bits; in BRESSOLID()
83 ((UNIT *) (dst + ((y1 + dstYoff) * dstStride))) + (x1 + dstXoff); in BRESSOLID()
84 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in BRESSOLID()
122 UNIT *bits; in BRESDASH()
140 ((UNIT *) (dst + ((y1 + dstYoff) * dstStride))) + (x1 + dstXoff); in BRESDASH()
141 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in BRESDASH()
246 UNIT *bits = (UNIT *) dst; in DOTS()
247 UNIT *point; in DOTS()
250 FbStride bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in DOTS()
290 UNIT *bits; in ARC()
295 UNIT *yorgp, *yorgop; in ARC()
301 bits = (UNIT *) dst; in ARC()
302 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in ARC()
335 UNIT *yorghb = yorgp + (info.h * bitsStride) + info.xorg; in ARC()
336 UNIT *yorgohb = yorghb - info.h; in ARC()
604 UNIT *bits, *bitsBase; in POLYLINE()
621 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in POLYLINE()
623 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff); in POLYLINE()
724 UNIT *bits, *bitsBase; in POLYSEGMENT()
741 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); in POLYSEGMENT()
743 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff); in POLYSEGMENT()
782 dstX = (x1 + xoff + dstXoff) * (sizeof(UNIT) * 8); in POLYSEGMENT()
783 width = (x2 - x1) * (sizeof(UNIT) * 8); in POLYSEGMENT()
859 #undef UNIT