Lines Matching refs:rcClient
341 RECT rcClient; in winMWExtWMWindowProc() local
881 GetClientRect(hwnd, &rcClient); in winMWExtWMWindowProc()
882 MapWindowPoints(hwnd, HWND_DESKTOP, (LPPOINT) &rcClient, 2); in winMWExtWMWindowProc()
891 rcClient.left - in winMWExtWMWindowProc()
896 rcClient.top - in winMWExtWMWindowProc()
901 rcClient.right - rcClient.left - in winMWExtWMWindowProc()
903 rcClient.bottom - rcClient.top - in winMWExtWMWindowProc()
912 rcClient.left - in winMWExtWMWindowProc()
917 rcClient.top - in winMWExtWMWindowProc()
922 rcClient.right - rcClient.left - in winMWExtWMWindowProc()
924 rcClient.bottom - rcClient.top - in winMWExtWMWindowProc()
933 rcClient.left - wBorderWidth(pWin) in winMWExtWMWindowProc()
935 rcClient.top - wBorderWidth(pWin) in winMWExtWMWindowProc()
945 rcClient.right - rcClient.left in winMWExtWMWindowProc()
947 rcClient.bottom - rcClient.top in winMWExtWMWindowProc()
1061 GetClientRect(hwnd, &rcClient); in winMWExtWMWindowProc()
1063 MapWindowPoints(hwnd, HWND_DESKTOP, (LPPOINT) &rcClient, 2); in winMWExtWMWindowProc()
1065 winMWExtWMMoveResizeXWindow(pWin, rcClient.left - wBorderWidth(pWin) in winMWExtWMWindowProc()
1067 rcClient.top - wBorderWidth(pWin) in winMWExtWMWindowProc()
1069 rcClient.right - rcClient.left in winMWExtWMWindowProc()
1071 rcClient.bottom - rcClient.top in winMWExtWMWindowProc()