Lines Matching refs:lastBox
2368 BoxPtr extents, pbox, firstBox, lastBox;
2380 lastBox = pbox + nbox - 1;
2381 while((unsigned long)firstBox < (unsigned long)lastBox) {
2383 *firstBox = *lastBox;
2384 *lastBox = tmpBox;
2386 lastBox--;
2394 firstBox = lastBox = pbox;
2398 if(pbox->y1 == y) lastBox++;
2400 while((unsigned long)firstBox < (unsigned long)lastBox) {
2402 *firstBox = *lastBox;
2403 *lastBox = tmpBox;
2405 lastBox--;
2408 firstBox = lastBox = pbox;
2412 while((unsigned long)firstBox < (unsigned long)lastBox) {
2414 *firstBox = *lastBox;
2415 *lastBox = tmpBox;
2417 lastBox--;