Home
last modified time | relevance | path

Searched refs:newRects (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dregion.c494 int newRects; in RegionAppendNonO() local
496 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; \