Searched refs:rgnPaint (Results 1 – 1 of 1) sorted by relevance
905 HRGN rgnPaint = CreateRectRgnIndirect(&pps->rcPaint); in PaintSelectionRect() local912 int ErrorCode = CombineRgn(rgnPaint, rgnPaint, rgnSel, RGN_AND); in PaintSelectionRect()915 InvertRgn(pps->hdc, rgnPaint); in PaintSelectionRect()919 DeleteObject(rgnPaint); in PaintSelectionRect()