Lines Matching refs:rcWindow
658 RECT rcWindow, rcClient;
666 GetWindowRect (pRLWinPriv->hWnd, &rcWindow);
669 OffsetRgn (hRgn, rcClient.left - rcWindow.left, rcClient.top - rcWindow.top);
670 OffsetRect (&rcClient, -rcWindow.left, -rcWindow.top);
671 OffsetRect (&rcWindow, -rcWindow.left, -rcWindow.top);
672 hRgnWindow = CreateRectRgnIndirect (&rcWindow);