Home
last modified time | relevance | path

Searched refs:winRect (Results 1 – 1 of 1) sorted by relevance

/external/angle/util/windows/win32/
DWin32Window.cpp261 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()
[all …]