/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | Canvas.java | 122 g.clearRect(0, 0, width, height); 141 g.clearRect(0, 0, width, height);
|
H A D | Graphics.java | 413 * @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 D | Container.java | 1986 g.clearRect(0, 0, width, height);
|
/openjdk7/jdk/src/windows/classes/sun/awt/windows/ |
H A D | WCanvasPeer.java | 67 // 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 D | FillTexturePaint.java | 50 gi.clearRect(0, 0, 50, 50);
|
/openjdk7/jdk/src/share/classes/sun/awt/image/ |
H A D | OffScreenImage.java | 103 g2.clearRect(0, 0, width, height);
|
H A D | VolatileSurfaceManager.java | 282 g.clearRect(0, 0, vImg.getWidth(), vImg.getHeight());
|
/openjdk7/jdk/src/macosx/classes/sun/lwawt/ |
H A D | LWCanvasPeer.java | 92 bg.clearRect(0, 0, buffer.getWidth(), buffer.getHeight());
|
H A D | LWWindowPeer.java | 350 bg.clearRect(0, 0, buffer.getWidth(), buffer.getHeight());
|
/openjdk7/jdk/src/share/demo/jfc/TransparentRuler/transparentruler/ |
H A D | Ruler.java | 226 gg.clearRect(0, 0, w, h); 230 gg.clearRect(0, 0, w, h);
|
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/ |
H A D | CCustomCursor.java | 108 g.clearRect(0, 0, w, h);
|
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/ |
H A D | Test6657026.java | 159 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 D | ProxyGraphics.java | 384 * @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 D | ProxyGraphics2D.java | 471 * @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 D | PeekGraphics.java | 537 * @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 D | PathGraphics.java | 190 * @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 D | RepaintArea.java | 235 g.clearRect( ra.paintRects[i].x,
|
/openjdk7/jdk/test/java/awt/event/MouseEvent/RobotLWTest/ |
H A D | RobotLWTest.java | 149 g.clearRect(0, 0, d.width - 1, d.height -1);
|
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | DebugGraphics.java | 397 * 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 D | RepaintManager.java | 1526 g2d.clearRect(x, y, bw, bh);
|
/openjdk7/jdk/src/share/demo/management/MemoryMonitor/ |
H A D | MemoryMonitor.java | 177 big.clearRect(0,0,w,h);
|
/openjdk7/jdk/src/macosx/classes/sun/java2d/ |
H A D | OSXOffScreenSurfaceData.java | 551 public void clearRect(BufferedImage bim, int w, int h) { method in class:OSXOffScreenSurfaceData
|
H A D | OSXSurfaceData.java | 144 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 D | XYZApp.java | 443 g.clearRect(0, 0, getSize().width, getSize().height);
|
/openjdk7/jdk/src/share/classes/sun/java2d/ |
H A D | SunGraphics2D.java | 1744 * 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
|