Home | History | Annotate | Download | only in mi

Lines Matching refs:ordering

92     unsigned int *ordering;
143 ordering = xallocarray(numRects, sizeof(unsigned int));
144 if (!pptFirst || !pwidthFirst || !ordering) {
145 free(ordering);
162 ordering[i] = i;
169 ordering[i] = i;
176 /* reverse the horizontal band in the output ordering */
178 ordering[i] = j;
190 /* reverse the horizontal band in the output ordering */
192 ordering[yMax] = j;
200 ordering[i] = j;
205 prect = &boxes[ordering[i]];
251 free(ordering);