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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DBufferStrategy.java105 * Graphics graphics = strategy.getDrawGraphics();
154 public abstract Graphics getDrawGraphics(); method in class:BufferStrategy
158 * <code>getDrawGraphics</code>. Since the buffers in a buffer strategy
163 * to <code>getDrawGraphics</code>.
174 * <code>getDrawGraphics</code>, it may require repainting.
178 * call to <code>getDrawGraphics</code>.
/openjdk7/jdk/test/java/awt/FullScreen/BufferStrategyExceptionTest/
H A DBufferStrategyExceptionTest.java119 Graphics g = bs.getDrawGraphics();
/openjdk7/jdk/test/sun/java2d/DirectX/RenderingToCachedGraphicsTest/
H A DRenderingToCachedGraphicsTest.java91 Graphics bsg = bs.getDrawGraphics();
/openjdk7/jdk/test/sun/java2d/pipe/hw/VSyncedBufferStrategyTest/
H A DVSyncedBufferStrategyTest.java135 Graphics g = bs.getDrawGraphics();
/openjdk7/jdk/test/java/awt/FullScreen/MultimonFullscreenTest/
H A DMultimonFullscreenTest.java337 Graphics g = bs.getDrawGraphics();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DBufferStrategyPaintManager.java525 bsg = bufferStrategy.getDrawGraphics();
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java4114 public Graphics getDrawGraphics() { method in class:Component.FlipBufferStrategy
4167 * <code>getDrawGraphics</code>
4326 public Graphics getDrawGraphics() { method in class:Component.BltBufferStrategy
4449 * <code>getDrawGraphics</code>
4545 public Graphics getDrawGraphics() { method in class:Component.SingleBufferStrategy

Completed in 66 milliseconds