Searched refs:nativeHeight (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java156 private int nativeWidth, nativeHeight; field in class:OGLSurfaceData
639 return new Rectangle(nativeWidth, nativeHeight);
/openjdk10/jdk/src/java.desktop/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java172 private int nativeWidth, nativeHeight; field in class:D3DSurfaceData
831 return new Rectangle(nativeWidth, nativeHeight);

Completed in 91 milliseconds