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

/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsDevice.java171 private Rectangle ownerOrigBounds = null; field in class:D3DGraphicsDevice
254 ownerOrigBounds = realFSWindow.getBounds();
291 if (ownerOrigBounds != null) {
294 if (ownerOrigBounds.width == 0) ownerOrigBounds.width = 1;
295 if (ownerOrigBounds.height == 0) ownerOrigBounds.height = 1;
296 wpeer.reshape(ownerOrigBounds.x, ownerOrigBounds.y,
297 ownerOrigBounds
[all...]

Completed in 138 milliseconds