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

/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java157 private int nativeWidth, nativeHeight; field in class:OGLSurfaceData
648 return new Rectangle(nativeWidth, nativeHeight);
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java167 private int nativeWidth, nativeHeight; field in class:D3DSurfaceData
796 return new Rectangle(nativeWidth, nativeHeight);

Completed in 24 milliseconds