Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dregion.c819 INT curNumRects; /* Number of rectangles in current band */ in REGION_Coalesce() local
832 for (curNumRects = 0; in REGION_Coalesce()
834 curNumRects++) in REGION_Coalesce()
855 if ((curNumRects == prevNumRects) && (curNumRects != 0)) in REGION_Coalesce()
857 pCurRect -= curNumRects; in REGION_Coalesce()
882 pReg->rdh.nCount -= curNumRects; in REGION_Coalesce()
883 pCurRect -= curNumRects; in REGION_Coalesce()
884 pPrevRect -= curNumRects; in REGION_Coalesce()
894 curNumRects -= 1; in REGION_Coalesce()
896 while (curNumRects != 0); in REGION_Coalesce()