Searched defs:winRect (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Dialog.cpp389 RECT winRect; local
391 ::GetWindowRect(GetHWnd(), &winRect); local
393 ::MapWindowPoints(HWND_DESKTOP, GetHWnd(), (LPPOINT)&winRect, 2);
394 HRGN winRgn = CreateRectRgnIndirect(&winRect);

Completed in 31 milliseconds