Searched refs:image (Results 226 - 250 of 673) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DVolatileImage.java26 package java.awt.image;
39 * VolatileImage is an image which can lose its
46 * The drawing surface of an image (the memory where the image contents
56 * the image.
74 * This image should not be subclassed directly but should be created
82 * // image creation
86 * // rendering to the image
104 * // copying from the image (here, gScreen is the Graphics
139 * Validated image i
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/event/
H A DIIOReadUpdateListener.java28 import java.awt.image.BufferedImage;
34 * notify callers of their image and thumbnail reading methods of
47 * completed when reading a progressively encoded image.
85 * Reports that a given region of the image has been updated.
90 * <p> Note that different image format readers may produce
103 * that a given region of the image has been updated since the
157 * encoded image.
172 * thumbnail image.
204 * Reports that a given region of a thumbnail image has been updated.
239 * thumbnail image
[all...]
/openjdk7/jdk/src/share/classes/java/applet/
H A DAppletContext.java30 import java.awt.image.ColorModel;
62 * This method always returns immediately, whether or not the image
63 * exists. When the applet attempts to draw the image on the screen,
65 * image will incrementally paint on the screen.
67 * @param url an absolute URL giving the location of the image.
68 * @return the image at the specified URL.
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTrayIcon.h66 NSImage* image; variable
H A DCTrayIcon.m37 * If the image of the specified size won't fit into the status bar,
44 // that we don't want to cover with image pixels.
79 // The item will release the view later on, so just set the view's image
169 image = nil;
175 [image release];
189 [image release];
190 image = anImage;
192 if (image != nil) {
214 if (image == nil) {
219 NSSize imageSize = [image siz
[all...]
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DVolatileSurfaceManager.java32 import java.awt.image.ColorModel;
34 import sun.awt.image.SunVolatileImage;
35 import sun.awt.image.SurfaceManager;
36 import sun.awt.image.VolatileSurfaceManager;
54 * We will attempt to accelerate this image only under the
56 * - the image is opaque OR
57 * - the image is translucent AND
/openjdk7/jdk/test/com/sun/java/swing/plaf/gtk/
H A DTest6635110.java33 import java.awt.image.BufferedImage;
/openjdk7/jdk/test/java/awt/Graphics2D/DrawString/
H A DEmptyAttrString.java32 import java.awt.image.*;
/openjdk7/jdk/test/java/awt/Graphics2D/TransformSetGet/
H A DTransformSetGet.java27 import java.awt.image.VolatileImage;
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DImageGenerator.java32 import java.awt.image.BufferedImage;
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DImageGenerator.java32 import java.awt.image.BufferedImage;
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DImageGenerator.java32 import java.awt.image.BufferedImage;
/openjdk7/jdk/test/javax/imageio/
H A DEmptyFileTest.java28 * empty file if requested image format is not supported.
33 import java.awt.image.BufferedImage;
/openjdk7/jdk/test/javax/swing/JSlider/4252173/
H A Dbug4252173.java35 import java.awt.image.BufferedImage;
/openjdk7/jdk/test/javax/swing/JSlider/6923305/
H A Dbug6923305.java36 import java.awt.image.BufferedImage;
/openjdk7/jdk/test/sun/java2d/DirectX/RenderingToCachedGraphicsTest/
H A DRenderingToCachedGraphicsTest.java43 import java.awt.image.BufferStrategy;
44 import java.awt.image.BufferedImage;
45 import static java.awt.image.VolatileImage.*;
46 import java.awt.image.VolatileImage;
141 System.err.println("Dumped grabbed image to: "+name);
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DXORComposite.java28 import java.awt.image.ColorModel;
/openjdk7/jdk/make/com/sun/
H A DMakefile45 SUBDIRS_desktop = image
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageWriter.java30 import java.awt.image.BufferedImage;
31 import java.awt.image.RenderedImage;
32 import java.awt.image.Raster;
372 * (<i>e.g.</i>, writers for single-image formats) should return
376 * encode the image, or <code>null</code>.
385 * values for encoding an image of the given type. The contents
394 * for cases where it may affect the structure of the image
403 * format of the image to be written later.
405 * encode the image, or <code>null</code>.
427 * written, given the image typ
575 write(IIOMetadata streamMetadata, IIOImage image, ImageWriteParam param) argument
596 write(IIOImage image) argument
614 write(RenderedImage image) argument
748 writeToSequence(IIOImage image, ImageWriteParam param) argument
996 writeInsert(int imageIndex, IIOImage image, ImageWriteParam param) argument
1494 replacePixels(RenderedImage image, ImageWriteParam param) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTrayIconPeer.java32 import java.awt.image.*;
513 // Classes for painting an image on canvas
530 curW = autosize ? width : image.getWidth(observer);
531 curH = autosize ? height : image.getHeight(observer);
538 volatile Image image; field in class:XTrayIconPeer.IconCanvas
549 public void updateImage(Image image) { argument
550 this.image = image;
584 gr.drawImage(image, 0, 0, curW, curH, observer);
596 public boolean imageUpdate(final Image image, fina argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DEffectUtils.java32 import java.awt.image.BufferedImage;
33 import java.awt.image.Raster;
34 import java.awt.image.WritableRaster;
35 import java.awt.image.ColorModel;
45 * Clear a transparent image to 100% transparent
47 * @param img The image to clear
62 * @param src The image tp
63 * @param dst The destination image to draw blured src image into, null if you want a new one created
65 * @return The blured image
388 createColorModelCompatibleImage(BufferedImage image) argument
[all...]
H A DPainterImpl.template29 import java.awt.image.*;
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DIntegerInterleavedRaster.java26 package sun.awt.image;
27 import java.awt.image.Raster;
28 import java.awt.image.WritableRaster;
29 import java.awt.image.RasterFormatException;
30 import java.awt.image.SampleModel;
31 import java.awt.image.SinglePixelPackedSampleModel;
32 import java.awt.image.DataBuffer;
33 import java.awt.image.DataBufferInt;
89 * @param dataBuffer The DataBufferInt that contains the image data.
118 * @param dataBuffer The DataBufferInt that contains the image dat
[all...]
H A DJPEGImageDecoder.java27 * image data to an InputStreamImageSource object.
29 * The native implementation of the JPEG image decoder was adapted from
32 package sun.awt.image;
38 import java.awt.image.*;
132 * produce an image from the stream.
150 * The ImageConsumer hints flag for a JPEG image.
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DIntegerNIORaster.java29 import java.awt.image.*;
31 import sun.awt.image.SunWritableRaster;
42 // This is cribbed from java.awt.image.Raster.
52 // This is all cribbed from sun.awt.image.IntegerInterleavedRaster & sun.awt.image.IntegerComponentRaster

Completed in 67 milliseconds

1234567891011>>