Lines Matching refs:spanRec
667 Spans spanRec;
669 if (!InitSpans(&spanRec, overall_height))
671 ppt = spanRec.points;
672 pwidth = spanRec.widths;
735 spanRec.count = ppt - spanRec.points;
736 fillSpans(pDrawable, pGC, pixel, &spanRec, spanData);
748 Spans spanRec;
769 if (!InitSpans(&spanRec, h))
771 ppt = spanRec.points;
772 pwidth = spanRec.widths;
785 spanRec.count = ppt - spanRec.points;
786 AppendSpanGroup(pGC, pixel, &spanRec, spanData);
1455 Spans spanRec;
1492 if (!InitSpans(&spanRec, pGC->lineWidth))
1495 n = miLineArcI(pDraw, pGC, xorgi, yorgi, spanRec.points,
1496 spanRec.widths);
1498 n = miLineArcD(pDraw, pGC, xorg, yorg, spanRec.points, spanRec.widths,
1500 spanRec.count = n;
1501 fillSpans(pDraw, pGC, pixel, &spanRec, spanData);