Lines Matching refs:ordering
97 unsigned int *ordering;
150 ordering = malloc(numRects * sizeof(unsigned int));
151 if(!pptFirst || !pwidthFirst || !ordering)
153 free(ordering);
168 ordering[i] = i;
175 ordering[i] = i;
182 /* reverse the horizontal band in the output ordering */
184 ordering[i] = j;
197 /* reverse the horizontal band in the output ordering */
199 ordering[yMax] = j;
207 ordering[i] = j;
213 prect = &boxes[ordering[i]];
261 free(ordering);