Lines Matching refs:rcClient
732 RECT rcClient;
733 GetClientRect(hwnd, &rcClient);
750 FillRect(dc, &rcClient, reinterpret_cast<HBRUSH>(COLOR_3DFACE + 1));
751 DrawTextW(dc, noFileText, -1, &rcClient,
759 const int destX = (rcClient.right - bitmap.bmWidth) / 2;
772 HRGN hEraseRgn = CreateRectRgn(rcClient.left, rcClient.top,
773 rcClient.right, rcClient.bottom);
784 RECT rcCaptionRect = {rcClient.left,
785 rcClient.top + bitmap.bmHeight + CaptionPadding,
786 rcClient.right, rcClient.bottom};
797 FillRect(dc, &rcClient, reinterpret_cast<HBRUSH>(COLOR_3DFACE + 1));
800 const int destX = (rcClient.right - IconSize) / 2;
806 RECT rcCaptionRect = {rcClient.left,
807 rcClient.top + IconSize + CaptionPadding,
808 rcClient.right, rcClient.bottom};
823 FillRect(dc, &rcClient, reinterpret_cast<HBRUSH>(COLOR_3DFACE + 1));
879 RECT rcClient;
880 GetClientRect(_file_dialog_wnd, &rcClient);
896 rcClient.right - iPadding, rcFileList.r.bottom};
902 rcPreview.left = rcClient.right - (rcBody.bottom - rcBody.top);