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

/openjdk7/jdk/src/share/classes/java/awt/
H A DCanvas.java122 g.clearRect(0, 0, width, height);
141 g.clearRect(0, 0, width, height);
H A DGraphics.java413 * @see java.awt.Graphics#clearRect
432 * @see java.awt.Graphics#clearRect
468 public abstract void clearRect(int x, int y, int width, int height); method in class:Graphics
H A DContainer.java1986 g.clearRect(0, 0, width, height);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWCanvasPeer.java67 // background color is setup correctly, so just use clearRect
68 g.clearRect(0, 0, d.width, d.height);
70 // emulate clearRect
/openjdk7/jdk/test/java/awt/Graphics2D/FillTexturePaint/
H A DFillTexturePaint.java50 gi.clearRect(0, 0, 50, 50);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DOffScreenImage.java103 g2.clearRect(0, 0, width, height);
H A DVolatileSurfaceManager.java282 g.clearRect(0, 0, vImg.getWidth(), vImg.getHeight());
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWCanvasPeer.java92 bg.clearRect(0, 0, buffer.getWidth(), buffer.getHeight());
H A DLWWindowPeer.java350 bg.clearRect(0, 0, buffer.getWidth(), buffer.getHeight());
/openjdk7/jdk/src/share/demo/jfc/TransparentRuler/transparentruler/
H A DRuler.java226 gg.clearRect(0, 0, w, h);
230 gg.clearRect(0, 0, w, h);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCCustomCursor.java108 g.clearRect(0, 0, w, h);
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java159 public void clearRect(int x, int y, int width, int height) { method in class:Test6657026.MyGraphics
/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyGraphics.java384 * @see java.awt.Graphics#clearRect
405 * @see java.awt.Graphics#clearRect
430 public void clearRect(int x, int y, int width, int height) { method in class:ProxyGraphics
431 g.clearRect(x, y, width, height);
H A DProxyGraphics2D.java471 * @see java.awt.Graphics#clearRect
498 public void clearRect(int x, int y, int width, int height) { method in class:ProxyGraphics2D
499 mGraphics.clearRect(x, y, width, height);
1582 * Graphics2D context only affects the subsequent clearRect() calls and
1586 * subsequent calls to clearRect().
1588 * @see Graphics.clearRect()
H A DPeekGraphics.java537 * @see java.awt.Graphics#clearRect
567 public void clearRect(int x, int y, int width, int height) { method in class:PeekGraphics
1698 * Graphics2D context only affects the subsequent clearRect() calls and
1702 * subsequent calls to clearRect().
1704 * @see Graphics.clearRect()
H A DPathGraphics.java190 * @see java.awt.Graphics#clearRect
226 * @see java.awt.Graphics#clearRect
265 public void clearRect(int x, int y, int width, int height) { method in class:PathGraphics
/openjdk7/jdk/src/share/classes/sun/awt/
H A DRepaintArea.java235 g.clearRect( ra.paintRects[i].x,
/openjdk7/jdk/test/java/awt/event/MouseEvent/RobotLWTest/
H A DRobotLWTest.java149 g.clearRect(0, 0, d.width - 1, d.height -1);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java397 * Overrides <code>Graphics.clearRect</code>.
399 public void clearRect(int x, int y, int width, int height) { method in class:DebugGraphics
412 debugGraphics.clearRect(x, y, width, height);
421 graphics.clearRect(x, y, width, height);
427 graphics.clearRect(x, y, width, height);
H A DRepaintManager.java1526 g2d.clearRect(x, y, bw, bh);
/openjdk7/jdk/src/share/demo/management/MemoryMonitor/
H A DMemoryMonitor.java177 big.clearRect(0,0,w,h);
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXOffScreenSurfaceData.java551 public void clearRect(BufferedImage bim, int w, int h) { method in class:OSXOffScreenSurfaceData
H A DOSXSurfaceData.java144 clearRect(img, w, h);
181 public void clearRect(BufferedImage bim, int w, int h) { method in class:OSXSurfaceData
/openjdk7/jdk/src/share/demo/applets/MoleculeViewer/
H A DXYZApp.java443 g.clearRect(0, 0, getSize().width, getSize().height);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java1744 * Graphics2D context only affects the subsequent clearRect() calls and
1748 * subsequent calls to clearRect().
1750 * @see Graphics.clearRect()
2402 public void clearRect(int x, int y, int w, int h) { method in class:SunGraphics2D

Completed in 122 milliseconds