Lines Matching refs:numRects
307 int numRects;
312 numRects = RegionNumRects(pRgn);
313 if (!(pEvent = calloc(1, numRects * sizeof(xEvent))))
316 for (i = numRects, pe = pEvent; --i >= 0; pe++, pBox++) {
351 for (i = 0; i < numRects; i++) {
359 DeliverEvents(pWin, pEvent, numRects, NullWindow);
407 int numRects, regionnumrects;
527 numRects = RegionNumRects(prgn);
529 for (i = numRects; --i >= 0; pbox++, prect++) {
535 prect -= numRects;
536 (*pGC->ops->PolyFillRect) (drawable, pGC, numRects, prect);