Searched refs:newRects (Results 1 – 1 of 1) sorted by relevance
494 int newRects; in RegionAppendNonO() local496 newRects = rEnd - r; in RegionAppendNonO()499 assert(newRects != 0); in RegionAppendNonO()502 RECTALLOC(pReg, newRects); in RegionAppendNonO()504 pReg->data->numRects += newRects; in RegionAppendNonO()525 int newRects; \526 if ((newRects = rEnd - r)) { \527 RECTALLOC(newReg, newRects); \529 newRects * sizeof(BoxRec)); \530 newReg->data->numRects += newRects; \