Searched refs:Spans (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mispans.h | 55 } Spans; typedef in typeref:struct:__anon5febc62f0108 58 int size; /* Total number of *Spans allocated */ 59 int count; /* Number of *Spans actually in group */ 60 Spans *group; /* List of Spans */ 69 /* Add a Spans to a SpanGroup. The spans MUST BE in y-sorted order */ 73 Spans * /*spans*/
|
| H A D | mispans.c | 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 *yspan [all...] |
| H A D | miwideline.c | 56 InitSpans(Spans *spans, size_t nspans) 79 AppendSpanGroup(GCPtr pGC, unsigned long pixel, Spans *spanPtr, SpanDataPtr spanData) 109 fillSpans(DrawablePtr pDrawable, GCPtr pGC, unsigned long pixel, Spans *spans, SpanDataPtr spanData) 156 Spans spanRec; 251 Spans spanRec; 1045 Spans spanRec;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miwideline.c | 88 } Spans; typedef in typeref:struct:__anonde2679a90108 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), spanGrou [all...] |
Completed in 6 milliseconds