Lines Matching refs:Spans
88 } Spans;
91 int size; /* Total number of *Spans allocated */
92 int count; /* Number of *Spans actually in group */
93 Spans *group; /* List of Spans */
103 These routines maintain lists of Spans, in order to implement the
124 miSubtractSpans(SpanGroup * spanGroup, Spans * sub)
128 Spans *spans;
231 miAppendSpans(SpanGroup * spanGroup, SpanGroup * otherGroup, Spans * spans)
241 reallocarray(spanGroup->group, sizeof(Spans), spanGroup->size);
358 UniquifySpansX(Spans * spans, DDXPointRec * newPoints, int *newWidths)
412 Spans *spans;
425 Spans *spans;
426 Spans *yspans;
455 /* Allocate Spans for y buckets */
456 yspans = xallocarray(ylength, sizeof(Spans));
484 Spans *newspans = &(yspans[index]);
521 } /* for i thorough Spans */
570 InitSpans(Spans * spans, size_t nspans)
592 AppendSpanGroup(GCPtr pGC, unsigned long pixel, Spans * spanPtr,
620 fillSpans(DrawablePtr pDrawable, GCPtr pGC, unsigned long pixel, Spans * spans,
667 Spans spanRec;
748 Spans spanRec;
1455 Spans spanRec;