Searched refs:winRect (Results 1 – 1 of 1) sorted by relevance
258 RECT winRect; in WndProc() local259 GetClientRect(hWnd, &winRect); in WndProc()262 topLeft.x = winRect.left; in WndProc()263 topLeft.y = winRect.top; in WndProc()277 RECT winRect; in WndProc() local278 GetClientRect(hWnd, &winRect); in WndProc()281 topLeft.x = winRect.left; in WndProc()282 topLeft.y = winRect.top; in WndProc()286 botRight.x = winRect.right; in WndProc()287 botRight.y = winRect.bottom; in WndProc()[all …]