Searched refs:rScreen (Results 1 – 1 of 1) sorted by relevance
2349 RECT rChild, rParent, rScreen; in CenterWindow() local2370 rScreen = moninfo.rcWork; in CenterWindow()2375 rScreen.left = 0; in CenterWindow()2376 rScreen.top = 0; in CenterWindow()2377 rScreen.right = GetDeviceCaps(hdc, HORZRES); in CenterWindow()2383 if (xNew < rScreen.left) in CenterWindow()2384 xNew = rScreen.left; in CenterWindow()2386 xNew = rScreen.right - wChild; in CenterWindow()2389 if (yNew < rScreen.top) in CenterWindow()2390 yNew = rScreen.top; in CenterWindow()[all …]