Lines Matching refs:spanRec
156 Spans spanRec;
158 if (!InitSpans(&spanRec, overall_height))
160 ppt = spanRec.points;
161 pwidth = spanRec.widths;
233 spanRec.count = ppt - spanRec.points;
234 fillSpans (pDrawable, pGC, pixel, &spanRec, spanData);
251 Spans spanRec;
276 if (!InitSpans(&spanRec, h))
278 ppt = spanRec.points;
279 pwidth = spanRec.widths;
294 spanRec.count = ppt - spanRec.points;
295 AppendSpanGroup (pGC, pixel, &spanRec, spanData);
1045 Spans spanRec;
1088 if (!InitSpans(&spanRec, pGC->lineWidth))
1091 n = miLineArcI(pDraw, pGC, xorgi, yorgi, spanRec.points, spanRec.widths);
1093 n = miLineArcD(pDraw, pGC, xorg, yorg, spanRec.points, spanRec.widths,
1096 spanRec.count = n;
1097 fillSpans (pDraw, pGC, pixel, &spanRec, spanData);