Lines Matching refs:winRect
258 RECT winRect; in WndProc() local
259 GetClientRect(hWnd, &winRect); in WndProc()
262 topLeft.x = winRect.left; in WndProc()
263 topLeft.y = winRect.top; in WndProc()
277 RECT winRect; in WndProc() local
278 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()
732 RECT winRect; in setMousePosition() local
733 GetClientRect(mNativeWindow, &winRect); in setMousePosition()
736 topLeft.x = winRect.left; in setMousePosition()
737 topLeft.y = winRect.top; in setMousePosition()