Searched defs:rc (Results 76 - 76 of 76) sorted by relevance

1234

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp944 RECT rc; local
945 ::GetWindowRect(GetHWnd(), &rc); local
946 ::MapWindowPoints(HWND_DESKTOP, ::GetParent(GetHWnd()), (LPPOINT)&rc, 2);
947 DTRACE_PRINTLN4("AwtComponent::Reshape from %d, %d, %d, %d", rc.left, rc.top, rc.right-rc.left, rc.bottom-rc.top);
3755 RECT rc; local
3756 GetWindowRect(GetHWnd(), &rc); local
3818 RECT rc; local
3819 ::GetClientRect(GetHWnd(), &rc); local
[all...]

Completed in 1160 milliseconds

1234