Searched refs:bitsBase (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfblinebits.h41 BITS *bits, *bitsBase; local in function:POLYLINE
56 bitsBase = ((BITS *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff);
85 bits = bitsBase + intToY(pt1) * bitsStride + intToX(pt1);
159 BITS *bits, *bitsBase; local in function:POLYSEGMENT
171 bitsBase =
246 bits = bitsBase + intToY(u.pt32[0]) * bitsStride + intToX(u.pt32[0]);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfblinebits.h41 BITS *bits, *bitsBase; local in function:POLYLINE
56 bitsBase = ((BITS *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff);
85 bits = bitsBase + intToY(pt1) * bitsStride + intToX(pt1);
159 BITS *bits, *bitsBase; local in function:POLYSEGMENT
171 bitsBase =
246 bits = bitsBase + intToY(u.pt32[0]) * bitsStride + intToX(u.pt32[0]);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbbits.h680 UNIT *bits, *bitsBase; local in function:POLYLINE
698 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
725 bits = bitsBase + intToY(pt1) * bitsStride + intToX(pt1) * MUL;
817 UNIT *bits, *bitsBase; local in function:POLYSEGMENT
835 bitsBase = ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff) * MUL;
911 bits = bitsBase + intToY(pt1) * bitsStride + intToX(pt1) * MUL;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbbits.h604 UNIT *bits, *bitsBase; local in function:POLYLINE
622 bitsBase =
646 bits = bitsBase + intToY(pt1) * bitsStride + intToX(pt1);
724 UNIT *bits, *bitsBase; local in function:POLYSEGMENT
742 bitsBase =
810 bits = bitsBase + intToY(pt1) * bitsStride + intToX(pt1);

Completed in 8 milliseconds