Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp258 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()
[all …]