Lines Matching refs:numRects
314 int numRects; in miSendExposures() local
319 numRects = RegionNumRects(pRgn); in miSendExposures()
320 if (!(pEvent = calloc(1, numRects * sizeof(xEvent)))) in miSendExposures()
323 for (i = numRects, pe = pEvent; --i >= 0; pe++, pBox++) { in miSendExposures()
358 for (i = 0; i < numRects; i++) { in miSendExposures()
366 DeliverEvents(pWin, pEvent, numRects, NullWindow); in miSendExposures()
414 int numRects; in miPaintWindow() local
531 numRects = RegionNumRects(prgn); in miPaintWindow()
533 for (i = numRects; --i >= 0; pbox++, prect++) { in miPaintWindow()
539 prect -= numRects; in miPaintWindow()
540 (*pGC->ops->PolyFillRect) (drawable, pGC, numRects, prect); in miPaintWindow()