Home
last modified time | relevance | path

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

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