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

/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLGraphicsConfig.java495 private static final Rectangle totalDisplayBounds = new Rectangle(); field in class:CGLGraphicsConfig
498 synchronized (totalDisplayBounds) {
505 totalDisplayBounds.setBounds(virtualBounds);
522 synchronized (totalDisplayBounds) {
523 if (totalDisplayBounds.width == 0) {
526 width = totalDisplayBounds.width;
540 synchronized (totalDisplayBounds) {
541 if (totalDisplayBounds.height == 0) {
544 height = totalDisplayBounds.height;

Completed in 30 milliseconds