Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dregion.c3324 curPtBlock = &FirstPtBlock; in REGION_SetPolyPolygonRgn()
3359 curPtBlock->next = tmpPtBlock; in REGION_SetPolyPolygonRgn()
3360 curPtBlock = tmpPtBlock; in REGION_SetPolyPolygonRgn()
3361 pts = curPtBlock->pts; in REGION_SetPolyPolygonRgn()
3413 curPtBlock->next = tmpPtBlock; in REGION_SetPolyPolygonRgn()
3414 curPtBlock = tmpPtBlock; in REGION_SetPolyPolygonRgn()
3415 pts = curPtBlock->pts; in REGION_SetPolyPolygonRgn()
3442 for (curPtBlock = FirstPtBlock.next; numFullPtBlocks-- > 0;) in REGION_SetPolyPolygonRgn()
3444 tmpPtBlock = curPtBlock->next; in REGION_SetPolyPolygonRgn()
3445 ExFreePoolWithTag(curPtBlock, TAG_REGION); in REGION_SetPolyPolygonRgn()
[all …]