Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp285 POINT botRight; in WndProc() local
286 botRight.x = winRect.right; in WndProc()
287 botRight.y = winRect.bottom; in WndProc()
288 ClientToScreen(hWnd, &botRight); in WndProc()
292 event.size.width = botRight.x - topLeft.x; in WndProc()
293 event.size.height = botRight.y - topLeft.y; in WndProc()