Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp790 LONG diffY = (windowRect.bottom - windowRect.top) - clientRect.bottom; in resize() local
791 if (!MoveWindow(mParentWindow, windowRect.left, windowRect.top, width + diffX, height + diffY, in resize()