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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXToolkit.java692 Rectangle rootBounds = XlibUtil.getWindowGeometry(root);
703 rootBounds.height - workArea.height - workArea.y,
704 rootBounds.width - workArea.width - workArea.x);
708 return getScreenInsetsManually(root, rootBounds, gc.getBounds());
723 private Insets getScreenInsetsManually(long root, Rectangle rootBounds, Rectangle screenBounds) argument

Completed in 44 milliseconds