Lines Matching refs:winRect
261 RECT winRect; in WndProc() local
262 GetClientRect(hWnd, &winRect); in WndProc()
265 topLeft.x = winRect.left; in WndProc()
266 topLeft.y = winRect.top; in WndProc()
283 RECT winRect; in WndProc() local
284 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()
738 RECT winRect; in setMousePosition() local
739 GetClientRect(mNativeWindow, &winRect); in setMousePosition()
742 topLeft.x = winRect.left; in setMousePosition()
743 topLeft.y = winRect.top; in setMousePosition()