Searched refs:bitsStride (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbpointbits.h39 FbStride bitsStride = dstStride * (sizeof(FbBits) / sizeof(BITS)); local in function:DOTS
47 bits += bitsStride * (yorg + yoff) + (xorg + xoff);
56 BITS *point = bits + intToY(pt.pt32[0]) * bitsStride + intToX(pt.pt32[0]);
60 BITS *point = bits + intToY(pt.pt32[1]) * bitsStride + intToX(pt.pt32[1]);
70 BITS *point = bits + intToY(pt) * bitsStride + intToX(pt);
78 BITS *point = bits + intToY(pt) * bitsStride + intToX(pt);
84 bits += bitsStride * yoff + xoff;
91 BITS *point = bits + y * bitsStride + x;
101 BITS *point = bits + y * bitsStride + x;
121 unsigned bitsStride local in function:DOTS__SIMPLE
[all...]
H A Dfbarcbits.h36 FbStride bitsStride; local in function:ARC
47 bitsStride = dstStride * (sizeof(FbBits) / sizeof(BITS));
51 yorgp = bits + ((info.yorg + drawY) * bitsStride);
52 yorgop = bits + ((info.yorgo + drawY) * bitsStride);
56 yoffset = y ? bitsStride : 0;
78 int xoffset = bitsStride;
79 BITS *yorghb = yorgp + (info.h * bitsStride) + info.xorg;
110 xoffset += bitsStride;
111 MIARCCIRCLESTEP(yoffset += bitsStride;
117 yoffset = info.h * bitsStride;
[all...]
H A Dfblinebits.h42 FbStride bitsStride; local in function:POLYLINE
55 bitsStride = dstStride * (sizeof(FbBits) / sizeof(BITS));
56 bitsBase = ((BITS *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff);
85 bits = bitsBase + intToY(pt1) * bitsStride + intToX(pt1);
89 len, e1, stepmajor, stepminor, 1, bitsStride,
160 FbStride bitsStride; local in function:POLYSEGMENT
170 bitsStride = dstStride * (sizeof(FbBits) / sizeof(BITS));
172 ((BITS *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff);
199 len, e1, stepmajor, stepminor, 1, bitsStride,
246 bits = bitsBase + intToY(u.pt32[0]) * bitsStride
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbpointbits.h39 FbStride bitsStride = dstStride * (sizeof(FbBits) / sizeof(BITS)); local in function:DOTS
47 bits += bitsStride * (yorg + yoff) + (xorg + xoff);
56 BITS *point = bits + intToY(pt.pt32[0]) * bitsStride + intToX(pt.pt32[0]);
60 BITS *point = bits + intToY(pt.pt32[1]) * bitsStride + intToX(pt.pt32[1]);
70 BITS *point = bits + intToY(pt) * bitsStride + intToX(pt);
78 BITS *point = bits + intToY(pt) * bitsStride + intToX(pt);
84 bits += bitsStride * yoff + xoff;
91 BITS *point = bits + y * bitsStride + x;
101 BITS *point = bits + y * bitsStride + x;
121 unsigned bitsStride local in function:DOTS__SIMPLE
[all...]
H A Dfbarcbits.h36 FbStride bitsStride; local in function:ARC
47 bitsStride = dstStride * (sizeof(FbBits) / sizeof(BITS));
51 yorgp = bits + ((info.yorg + drawY) * bitsStride);
52 yorgop = bits + ((info.yorgo + drawY) * bitsStride);
56 yoffset = y ? bitsStride : 0;
78 int xoffset = bitsStride;
79 BITS *yorghb = yorgp + (info.h * bitsStride) + info.xorg;
110 xoffset += bitsStride;
111 MIARCCIRCLESTEP(yoffset += bitsStride;
117 yoffset = info.h * bitsStride;
[all...]
H A Dfblinebits.h42 FbStride bitsStride; local in function:POLYLINE
55 bitsStride = dstStride * (sizeof(FbBits) / sizeof(BITS));
56 bitsBase = ((BITS *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff);
85 bits = bitsBase + intToY(pt1) * bitsStride + intToX(pt1);
89 len, e1, stepmajor, stepminor, 1, bitsStride,
160 FbStride bitsStride; local in function:POLYSEGMENT
170 bitsStride = dstStride * (sizeof(FbBits) / sizeof(BITS));
172 ((BITS *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff);
199 len, e1, stepmajor, stepminor, 1, bitsStride,
246 bits = bitsBase + intToY(u.pt32[0]) * bitsStride
[all...]
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbbits.h90 FbStride bitsStride; local in function:BRESSOLID
96 bitsStride = dstStride * (sizeof (FbBits) / sizeof (UNIT));
98 bitsStride = -bitsStride;
102 minorStep = bitsStride;
106 majorStep = bitsStride;
146 FbStride bitsStride; local in function:BRESDASH
162 bitsStride = dstStride * (sizeof (FbBits) / sizeof (UNIT));
164 bitsStride = -bitsStride;
291 FbStride bitsStride = dstStride * (sizeof (FbBits) / sizeof (UNIT)); local in function:DOTS
343 FbStride bitsStride; local in function:ARC
681 FbStride bitsStride; local in function:POLYLINE
818 FbStride bitsStride; local in function:POLYSEGMENT
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbbits.h77 FbStride bitsStride; local in function:BRESSOLID
84 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT));
86 bitsStride = -bitsStride;
89 minorStep = bitsStride;
92 majorStep = bitsStride;
123 FbStride bitsStride; local in function:BRESDASH
141 bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT));
143 bitsStride = -bitsStride;
250 FbStride bitsStride = dstStride * (sizeof(FbBits) / sizeof(UNIT)); local in function:DOTS
291 FbStride bitsStride; local in function:ARC
605 FbStride bitsStride; local in function:POLYLINE
725 FbStride bitsStride; local in function:POLYSEGMENT
[all...]

Completed in 22 milliseconds