Searched refs:spanRec (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwideline.c156 Spans spanRec; local in function:miFillPolyHelper
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; local in function:miFillRectPolyHelper
276 if (!InitSpans(&spanRec, h))
278 ppt = spanRec
1045 Spans spanRec; local in function:miLineArc
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.c667 Spans spanRec; local in function:miFillPolyHelper
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; local in function:miFillRectPolyHelper
769 if (!InitSpans(&spanRec, h))
771 ppt = spanRec
1455 Spans spanRec; local in function:miLineArc
[all...]

Completed in 10 milliseconds