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

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmispans.c82 int i, subCount, spansCount; local in function:miSubtractSpans
97 spansCount = spans->count;
103 while (spansCount && spansPt->y < subPt->y)
105 spansPt++; spansWid++; spansCount--;
107 if (!spansCount)
127 memmove (spansPt, spansPt + 1, sizeof *spansPt * (spansCount - 1));
128 memmove (spansWid, spansWid + 1, sizeof *spansWid * (spansCount - 1));
165 memmove (spansPt + 1, spansPt, sizeof *spansPt * (spansCount));
166 memmove (spansWid + 1, spansWid, sizeof *spansWid * (spansCount));
177 spansPt++; spansWid++; spansCount
186 int spansCount; local in function:miAppendSpans
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.c126 int i, subCount, spansCount; local in function:miSubtractSpans
141 spansCount = spans->count;
146 while (spansCount && spansPt->y < subPt->y) {
149 spansCount--;
151 if (!spansCount)
169 sizeof *spansPt * (spansCount - 1));
171 sizeof *spansWid * (spansCount - 1));
209 sizeof *spansPt * (spansCount));
211 sizeof *spansWid * (spansCount));
224 spansCount
234 int spansCount; local in function:miAppendSpans
[all...]

Completed in 5 milliseconds