Lines Matching defs:widths
546 int *widths;
552 widths = malloc(sizeof(int) * arc->height);
553 if (!widths)
566 wids = widths;
572 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE);
573 free(widths);
589 int *widths;
595 widths = malloc(sizeof(int) * arc->height);
596 if (!widths)
609 wids = widths;
615 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE);
616 free(widths);
655 int *widths;
667 widths = malloc(sizeof(int) * slw);
668 if (!widths)
681 wids = widths;
700 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE);
701 free(widths);
719 int *widths;
731 widths = malloc(sizeof(int) * slw);
732 if (!widths)
745 wids = widths;
764 (*pGC->ops->FillSpans)(pDraw, pGC, pts - points, points, widths, FALSE);
765 free(widths);