Searched refs:winRect (Results 1 – 1 of 1) sorted by relevance
261 RECT winRect; in WndProc() local262 GetClientRect(hWnd, &winRect); in WndProc()265 topLeft.x = winRect.left; in WndProc()266 topLeft.y = winRect.top; in WndProc()283 RECT winRect; in WndProc() local284 GetClientRect(hWnd, &winRect); in WndProc()287 topLeft.x = winRect.left; in WndProc()288 topLeft.y = winRect.top; in WndProc()292 botRight.x = winRect.right; in WndProc()293 botRight.y = winRect.bottom; in WndProc()[all …]