Home | History | Annotate | Download | only in include

Lines Matching refs:UnionRgn

38 #define UnionRgn(hrgnResult,hrgnA,hrgnB) CombineRgn(hrgnResult,hrgnA,hrgnB,RGN_OR)