Searched refs:curNumRects (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DRegion.c579 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
578 int curNumRects; /* Number of rectangles in current local in function:miCoalesce
[all...]

Completed in 2 milliseconds