Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp554 RECT sizeRect = {0, 0, static_cast<LONG>(width), static_cast<LONG>(height)}; in initialize() local
555 AdjustWindowRectEx(&sizeRect, parentStyle, FALSE, parentExtendedStyle); in initialize()
559 sizeRect.right - sizeRect.left, sizeRect.bottom - sizeRect.top, in initialize()