Home
last modified time | relevance | path

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

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsDevice.h77 int ScaleUpAbsY(int x);
H A Dawt_Component.h761 int ScaleUpAbsY(int y);
H A Dawt_Win32GraphicsDevice.cpp648 int AwtWin32GraphicsDevice::ScaleUpAbsY(int y) in ScaleUpAbsY() function in AwtWin32GraphicsDevice
H A Dawt_Frame.cpp669 y = device == NULL ? y : device->ScaleUpAbsY(y); in Reshape()
H A Dawt_Component.cpp3893 int sy = ScaleUpAbsY(y) - p.y; in OpenCandidateWindow()
4801 int AwtComponent::ScaleUpAbsY(int y) { in ScaleUpAbsY() function in AwtComponent
4805 return device == NULL ? y : device->ScaleUpAbsY(y); in ScaleUpAbsY()
H A Dawt_Window.cpp1215 int scaleUpAbsY = device == NULL ? y : device->ScaleUpAbsY(y); in Reshape()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsDevice.h77 int ScaleUpAbsY(int x);
H A Dawt_Component.h761 int ScaleUpAbsY(int y);
H A Dawt_Win32GraphicsDevice.cpp648 int AwtWin32GraphicsDevice::ScaleUpAbsY(int y) in ScaleUpAbsY() function in AwtWin32GraphicsDevice
H A Dawt_Frame.cpp669 y = device == NULL ? y : device->ScaleUpAbsY(y); in Reshape()
H A Dawt_Component.cpp3893 int sy = ScaleUpAbsY(y) - p.y; in OpenCandidateWindow()
4801 int AwtComponent::ScaleUpAbsY(int y) { in ScaleUpAbsY() function in AwtComponent
4805 return device == NULL ? y : device->ScaleUpAbsY(y); in ScaleUpAbsY()
H A Dawt_Window.cpp1215 int scaleUpAbsY = device == NULL ? y : device->ScaleUpAbsY(y); in Reshape()