Searched refs:otherGroup (Results 1 – 1 of 1) sorted by relevance
231 miAppendSpans(SpanGroup * spanGroup, SpanGroup * otherGroup, Spans * spans) in miAppendSpans() argument252 if (otherGroup && otherGroup->ymin < ymax && ymin < otherGroup->ymax) { in miAppendSpans()253 miSubtractSpans(otherGroup, spans); in miAppendSpans()