Lines Matching refs:curNumRects
579 int curNumRects; /* Number of rectangles in current
597 for (curNumRects = 0;
599 curNumRects++)
621 if ((curNumRects == prevNumRects) && (curNumRects != 0)) {
622 pCurBox -= curNumRects;
650 pReg->numRects -= curNumRects;
651 pCurBox -= curNumRects;
652 pPrevBox -= curNumRects;
664 curNumRects -= 1;
665 } while (curNumRects != 0);