Lines Matching refs:Spans
60 These routines maintain lists of Spans, in order to implement the
80 static void miSubtractSpans (SpanGroup *spanGroup, Spans *sub)
84 Spans *spans;
183 void miAppendSpans(SpanGroup *spanGroup, SpanGroup *otherGroup, Spans *spans)
192 spanGroup->group = (Spans *)
193 realloc(spanGroup->group, sizeof(Spans) * spanGroup->size);
309 Spans *spans,
364 Spans *spans;
377 Spans *spans;
378 Spans *yspans;
407 /* Allocate Spans for y buckets */
408 yspans = malloc(ylength * sizeof(Spans));
439 Spans *newspans = &(yspans[index]);
479 } /* for i thorough Spans */