Lines Matching refs:wids
467 *wids = slw; \
469 wids++; \
475 *wids++ = slw; \
486 int *wids;
495 wids = widths;
511 int *wids;
520 wids = widths;
534 *wids++ = r - l + 1; \
559 int *wids;
574 wids = widths;
603 int *wids;
618 wids = widths;
656 int *wids, *widths;
673 wids = widths = (int *) (points + nspans);
681 n = miFillEllipseI(pDraw, pGC, arc, pts, wids);
683 n = miFillEllipseD(pDraw, pGC, arc, pts, wids);
688 n = miFillArcSliceI(pDraw, pGC, arc, pts, wids);
690 n = miFillArcSliceD(pDraw, pGC, arc, pts, wids);
693 wids += n;