Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dregion.c2493 PREGION prgnSrc2, in IntGdiCombineRgn() argument
2518 if (prgnSrc2 == NULL) in IntGdiCombineRgn()
2528 Ret = REGION_IntersectRegion(prgnDest, prgnSrc1, prgnSrc2); in IntGdiCombineRgn()
2531 Ret = REGION_UnionRegion(prgnDest, prgnSrc1, prgnSrc2); in IntGdiCombineRgn()
2534 Ret = REGION_XorRegion(prgnDest, prgnSrc1, prgnSrc2); in IntGdiCombineRgn()
2537 Ret = REGION_SubtractRegion(prgnDest, prgnSrc1, prgnSrc2); in IntGdiCombineRgn()