Lines Matching full:ordering
88 unsigned int *ordering; in miCopyArea() local
139 ordering = xallocarray(numRects, sizeof(unsigned int)); in miCopyArea()
140 if (!pptFirst || !pwidthFirst || !ordering) { in miCopyArea()
141 free(ordering); in miCopyArea()
158 ordering[i] = i; in miCopyArea()
165 ordering[i] = i; in miCopyArea()
172 /* reverse the horizontal band in the output ordering */ in miCopyArea()
174 ordering[i] = j; in miCopyArea()
186 /* reverse the horizontal band in the output ordering */ in miCopyArea()
188 ordering[yMax] = j; in miCopyArea()
196 ordering[i] = j; in miCopyArea()
201 prect = &boxes[ordering[i]]; in miCopyArea()
247 free(ordering); in miCopyArea()