Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/user32/
H A DScrollBarRedraw.c70 static int OrigWidth = 0; variable
449 SetWindowPos(Window, HWND_TOPMOST, 0, 0, OrigWidth, OrigHeight, SWP_NOMOVE); in FsmStep()
469 SetWindowPos(Window, HWND_TOPMOST, 0, 0, OrigWidth, SmallHeight, SWP_NOMOVE); in FsmStep()
489 SetWindowPos(Window, HWND_TOPMOST, 0, 0, OrigWidth, OrigHeight, SWP_NOMOVE); in FsmStep()
532 SetWindowPos(Window, HWND_TOPMOST, 0, 0, OrigWidth, OrigHeight, SWP_NOMOVE); in FsmStep()
637 OrigWidth = Rect.right - Rect.left; in WindowProc()
640 SmallWidth = max((OrigWidth * 3) / 4, 1); in WindowProc()
642 OrigWidth = max(OrigWidth, SmallWidth + 1); in WindowProc()
646 OrigWidth, OrigHeight, SmallWidth, SmallHeight); in WindowProc()