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

/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DComponentPeer.java540 void applyShape(Region shape); method in interface:ComponentPeer
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrintDialogPeer.java159 public void applyShape(sun.java2d.pipe.Region shape) {} method in class:WPrintDialogPeer
H A DWFileDialogPeer.java282 public void applyShape(sun.java2d.pipe.Region shape) {} method in class:WFileDialogPeer
H A DWWindowPeer.java187 applyShape(Region.getInstance(shape, null));
H A DWComponentPeer.java1080 public void applyShape(Region shape) { method in class:WComponentPeer
/openjdk7/jdk/test/java/awt/Component/isLightweightCrash/
H A DStubPeerCrash.java152 public void applyShape(Region shape){}; method in class:StubComponentPeer
/openjdk7/jdk/src/share/classes/sun/awt/
H A DNullComponentPeer.java293 public void applyShape(Region shape) { method in class:NullComponentPeer
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCFileDialog.java244 public void applyShape(Region shape) { method in class:CFileDialog
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedChildProxyPeer.java384 public void applyShape(Region shape) { method in class:XEmbedChildProxyPeer
H A DXComponentPeer.java1397 public void applyShape(Region shape) { method in class:XComponentPeer
H A DXWindowPeer.java448 applyShape(Region.getInstance(shape, null));
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java978 public final void applyShape(final Region shape) { method in class:LWComponentPeer
H A DLWWindowPeer.java198 applyShape(Region.getInstance(shape, null));
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java3699 peer.applyShape(shape == null ? null : Region.getInstance(shape, null));
H A DComponent.java9721 peer.applyShape(null);
9732 peer.applyShape(shape.getTranslatedRegion(-compAbsolute.x, -compAbsolute.y));

Completed in 80 milliseconds