Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dregion.c674 ULONG i, j, clipa, clipb, nRgnSize; in REGION_CropRegion() local
688 for (clipa = 0; clipa < rgnSrc->rdh.nCount; clipa++) in REGION_CropRegion()
691 if (rgnSrc->Buffer[clipa].bottom > rect->top) break; in REGION_CropRegion()
695 if (clipa == rgnSrc->rdh.nCount) goto empty; in REGION_CropRegion()
698 for (clipb = clipa; clipb < rgnSrc->rdh.nCount; clipb++) in REGION_CropRegion()
705 if (clipb == clipa) goto empty; in REGION_CropRegion()
712 nRgnSize = (clipb - clipa) * sizeof(RECT); in REGION_CropRegion()
731 for (i = clipa, j = 0; i < clipb ; i++) in REGION_CropRegion()