Home
last modified time | relevance | path

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

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/win32/
H A DPreferencesDialog.cpp55 RECT parentRc, thisRc; in DialogProc() local
56 ::GetWindowRect(hWnd, &parentRc); in DialogProc()
62 int midx = (parentRc.left + parentRc.right) / 2; in DialogProc()
63 int midy = (parentRc.top + parentRc.bottom) / 2; in DialogProc()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp307 RECT parentRc; in Reshape() local
308 ::GetWindowRect(awtParent->GetHWnd(), &parentRc); in Reshape()
309 int oldX = ScaleDownX(rc.left - parentRc.left); in Reshape()
310 int oldY = ScaleDownY(rc.top - parentRc.top); in Reshape()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp307 RECT parentRc; in Reshape() local
308 ::GetWindowRect(awtParent->GetHWnd(), &parentRc); in Reshape()
309 int oldX = ScaleDownX(rc.left - parentRc.left); in Reshape()
310 int oldY = ScaleDownY(rc.top - parentRc.top); in Reshape()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp309 RECT parentRc; in Reshape() local
310 ::GetWindowRect(awtParent->GetHWnd(), &parentRc); in Reshape()
311 int oldX = rc.left - parentRc.left; in Reshape()
312 int oldY = rc.top - parentRc.top; in Reshape()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp307 RECT parentRc; in Reshape() local
308 ::GetWindowRect(awtParent->GetHWnd(), &parentRc); in Reshape()
309 int oldX = ScaleDownX(rc.left - parentRc.left); in Reshape()
310 int oldY = ScaleDownY(rc.top - parentRc.top); in Reshape()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp307 RECT parentRc; in Reshape() local
308 ::GetWindowRect(awtParent->GetHWnd(), &parentRc); in Reshape()
309 int oldX = ScaleDownX(rc.left - parentRc.left); in Reshape()
310 int oldY = ScaleDownY(rc.top - parentRc.top); in Reshape()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp307 RECT parentRc; in Reshape() local
308 ::GetWindowRect(awtParent->GetHWnd(), &parentRc); in Reshape()
309 int oldX = ScaleDownX(rc.left - parentRc.left); in Reshape()
310 int oldY = ScaleDownY(rc.top - parentRc.top); in Reshape()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp309 RECT parentRc; in Reshape() local
310 ::GetWindowRect(awtParent->GetHWnd(), &parentRc); in Reshape()
311 int oldX = rc.left - parentRc.left; in Reshape()
312 int oldY = rc.top - parentRc.top; in Reshape()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.cpp307 RECT parentRc; in Reshape() local
308 ::GetWindowRect(awtParent->GetHWnd(), &parentRc); in Reshape()
309 int oldX = ScaleDownX(rc.left - parentRc.left); in Reshape()
310 int oldY = ScaleDownY(rc.top - parentRc.top); in Reshape()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Choice.cpp308 RECT parentRc; in Reshape() local
309 ::GetWindowRect(awtParent->GetHWnd(), &parentRc); in Reshape()
310 int oldX = rc.left - parentRc.left; in Reshape()
311 int oldY = rc.top - parentRc.top; in Reshape()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Choice.cpp308 RECT parentRc; in Reshape() local
309 ::GetWindowRect(awtParent->GetHWnd(), &parentRc); in Reshape()
310 int oldX = rc.left - parentRc.left; in Reshape()
311 int oldY = rc.top - parentRc.top; in Reshape()