Searched refs:prgnSrc2 (Results 1 – 1 of 1) sorted by relevance
2493 PREGION prgnSrc2, in IntGdiCombineRgn() argument2518 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()