Home | History | Annotate | Download | only in include

Lines Matching refs:RGN_AND

37 #define IntersectRgn(hrgnResult,hrgnA,hrgnB) CombineRgn(hrgnResult,hrgnA,hrgnB,RGN_AND)