Home | History | Annotate | Download | only in mi

Lines Matching refs:lw

220 static void drawZeroArc(DrawablePtr pDraw, GCPtr pGC, xArc *tarc, int lw,
369 short lx, lw, rx, rw;
384 int lw,
396 doinner = -lw;
422 span->lw = slw;
429 span->lw = x - inx;
441 if (lw > (int)parc->height)
442 span[-1].rx = span[-1].rw = -((lw - (int)parc->height) >> 1);
452 int lw,
464 r = lw / 2.0;
475 K = h + ((lw - 1) >> 1);
484 span->lw = 1;
490 (int)parc->height * lw <= (int)(parc->width * parc->width) &&
491 lw < (int)parc->height);
592 span->lw = ICEIL(xorg + outx) - span->lx;
599 span->lw = ICEIL(xorg - inx) - span->lx;
621 span->lw = ICEIL(xorg + outx) - span->lx;
627 span->lw = ICEIL(xorg - inx) - span->lx;
635 span->lw = -span->lx;
637 span->rw = span->lw;
785 miComputeWideEllipse(int lw, xArc *parc)
790 if (!lw)
791 lw = 1;
792 k = (parc->height >> 1) + ((lw - 1) >> 1);
798 spdata->top = !(lw & 1) && !(parc->width & 1);
801 miComputeCircleSpans(lw, parc, spdata);
803 miComputeEllipseSpans(lw, parc, spdata);
860 wids[0] = span->lw;
882 wids[0] = span->lw;
904 wids[0] = span->lw;
912 wids[0] = span->lw;
2337 int lw,
2347 l = lw / 2.0;
2575 int lw,
2581 def->l = ((double) lw) / 2.0;
2830 int lw,
2842 linx = -(lx + lw);
2899 int lw,
2916 lw = ICEIL(acc->fromIntX - x) - lx;
2921 arcSpan (0, lx, lw, rx, rw, def, bounds, acc, mask);
2927 int lw,
2938 arcSpan (y, 0, lw, -rw, rw, def, bounds, acc, mask);
2951 if (lw > n) {
2954 acc->xorg + n, acc->xorg + lw);
2957 acc->xorg + n, acc->xorg + lw);
3521 span->lx, -span->lx, 0, span->lx + span->lw,
3541 arcSpan (y, span->lx, span->lw, span->rx, span->rw,
3552 arcSpan0 (span->lx, -span->lx, 0, span->lx + span->lw,
3558 arcSpan0 (span->lx, span->lw, span->rx, span->rw,