Lines Matching defs:hRgn
72 winGetWindowPriv(pWin)->hRgn, TRUE);
75 winGetWindowPriv(pWin)->hRgn = NULL;
88 HRGN hRgn, hRgnRect;
109 if (pWinPriv->hRgn != NULL) {
110 DeleteObject(pWinPriv->hRgn);
111 pWinPriv->hRgn = NULL;
155 hRgn = CreateRectRgn(0, 0, rcWindow.right, iOffsetY);
156 if (hRgn == NULL) {
183 if (CombineRgn(hRgn, hRgn, hRgnRect, RGN_OR) == ERROR) {
193 pWinPriv->hRgn = hRgn;