| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mifillarc.h | 70 #define MIFILLARCSTEP(slw) \ 80 slw = (x << 1) + dx; \ 81 if ((e == xk) && (slw > 1)) \ 82 slw-- 84 #define MIFILLCIRCSTEP(slw) MIFILLARCSTEP(slw) 85 #define MIFILLELLSTEP(slw) MIFILLARCSTEP(slw) 87 #define miFillArcLower(slw) (((y + dy) != 0) && ((slw > [all...] |
| H A D | mifillarc.c | 523 *wids = slw; \ 526 if (miFillArcLower(slw)) \ 531 *wids++ = slw; \ 542 int slw; local in function:miFillEllipseI 569 MIFILLARCSTEP(slw); 584 int xorg, yorg, dx, dy, slw; local in function:miFillEllipseD 612 MIFILLARCSTEP(slw); 638 xc += slw - 1; \ 648 int yk, xk, ym, xm, dx, dy, xorg, yorg, slw; local in function:miFillArcSliceI 661 slw 712 int dx, dy, xorg, yorg, slw; local in function:miFillArcSliceD [all...] |
| H A D | miwideline.c | 670 int x, y, e, ex, slw; local in function:miLineArcI 679 slw = pGC->lineWidth; 680 if (slw == 1) 687 bpts = tpts + slw; 688 bwids = twids + slw; 689 y = (slw >> 1) + 1; 690 if (slw & 1) 705 slw = (x << 1) + 1; 706 if ((e == ex) && (slw > 1)) 707 slw [all...] |
| H A D | miarc.c | 392 int slw, inslw; local in function:miComputeCircleSpans 397 slw = parc->width - doinner; 401 MIWIDEARCSETUP(x, y, dy, slw, e, xk, xm, yk, ym); 418 MIFILLARCSTEP(slw); 422 span->lw = slw; 424 span->rw = span->lx + slw; 431 span->rw = inx - x + slw - inslw;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mifillarc.h | 69 #define MIFILLARCSTEP(slw) \ 79 slw = (x << 1) + dx; \ 80 if ((e == xk) && (slw > 1)) \ 81 slw-- 83 #define MIFILLCIRCSTEP(slw) MIFILLARCSTEP(slw) 84 #define MIFILLELLSTEP(slw) MIFILLARCSTEP(slw) 86 #define miFillArcLower(slw) (((y + dy) != 0) && ((slw > [all...] |
| H A D | mifillarc.c | 467 *wids = slw; \ 470 if (miFillArcLower(slw)) \ 475 *wids++ = slw; \ 483 int slw; local in function:miFillEllipseI 497 MIFILLARCSTEP(slw); 507 int xorg, yorg, dx, dy, slw; local in function:miFillEllipseD 522 MIFILLARCSTEP(slw); 546 xc += slw - 1; \ 553 int yk, xk, ym, xm, dx, dy, xorg, yorg, slw; local in function:miFillArcSliceI 564 slw 597 int dx, dy, xorg, yorg, slw; local in function:miFillArcSliceD [all...] |
| H A D | miwideline.c | 1118 int x, y, e, ex, slw; local in function:miLineArcI 1126 slw = pGC->lineWidth; 1127 if (slw == 1) { 1133 bpts = tpts + slw; 1134 bwids = twids + slw; 1135 y = (slw >> 1) + 1; 1136 if (slw & 1) 1149 slw = (x << 1) + 1; 1150 if ((e == ex) && (slw > 1)) 1151 slw [all...] |
| H A D | miarc.c | 389 int slw, inslw; local in function:miComputeCircleSpans 394 slw = parc->width - doinner; 398 MIWIDEARCSETUP(x, y, dy, slw, e, xk, xm, yk, ym); 412 MIFILLARCSTEP(slw); 415 span->lw = slw; 417 span->rw = span->lx + slw; 423 span->rw = inx - x + slw - inslw;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaFillArc.c | 66 int slw; local in function:XAAFillEllipseSolid 81 MIFILLARCSTEP(slw); 82 if (slw > 0) { 84 yorg - y, slw, 1); 85 if (miFillArcLower(slw)) 87 xorg - x, yorg + y + dy, slw, 1); 109 xc += slw - 1; \ 117 int yk, xk, ym, xm, dx, dy, xorg, yorg, slw; local in function:XAAFillArcSliceSolid 129 slw = arc->height; 131 slw [all...] |
| H A D | xaaWideLine.c | 430 int slw = pGC->lineWidth; local in function:XAALineArcI 433 y = (slw >> 1) + 1; 434 if (slw & 1) 447 slw = (x << 1) + 1; 448 if ((e == ex) && (slw > 1)) 449 slw--; 451 FILL_SPAN(infoRec->pScrn, xorg - x, yorg - y, slw); 453 if ((y != 0) && ((slw > 1) || (e != ex))) { 454 FILL_SPAN(infoRec->pScrn, xorg - x, yorg + y, slw);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunGX.c | 920 xc += slw - 1; \ 933 int slw; local in function:sunGXFillEllipse 943 MIFILLARCSTEP(slw); 944 if (!slw) 947 sunGXFillSpan (gx,y_top,xpos,xpos+slw - 1,r); 948 if (miFillArcLower(slw)) 949 sunGXFillSpan (gx,y_bot,xpos,xpos+slw - 1,r); 957 int yk, xk, ym, xm, dx, dy, xorg, yorg, slw; local in function:sunGXFillArcSlice 974 MIFILLARCSTEP(slw); 979 MIARCSLICEUPPER(xl, xr, slice, slw); [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunGX.c | 920 xc += slw - 1; \ 933 int slw; local in function:sunGXFillEllipse 943 MIFILLARCSTEP(slw); 944 if (!slw) 947 sunGXFillSpan (gx,y_top,xpos,xpos+slw - 1,r); 948 if (miFillArcLower(slw)) 949 sunGXFillSpan (gx,y_bot,xpos,xpos+slw - 1,r); 957 int yk, xk, ym, xm, dx, dy, xorg, yorg, slw; local in function:sunGXFillArcSlice 974 MIFILLARCSTEP(slw); 979 MIARCSLICEUPPER(xl, xr, slice, slw); [all...] |