Searched refs:image (Results 176 - 200 of 673) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLSurfaceData.java34 import java.awt.image.ColorModel;
128 Image image, int type) {
133 image, gc.getColorModel(), FLIP_BACKBUFFER);
136 r.height, image, gc.getColorModel(), type);
145 int width, int height, ColorModel cm, Image image, int type) {
146 return new CGLOffScreenSurfaceData(null, gc, width, height, image, cm,
315 CGLGraphicsConfig gc, int width, int height, Image image,
317 super(pView, gc, width, height, image, cm, type);
318 flipSurface = CGLSurfaceData.createData(pView, image,
337 CGLGraphicsConfig gc, int width, int height, Image image,
127 createData(CPlatformView pView, Image image, int type) argument
144 createData(CGLGraphicsConfig gc, int width, int height, ColorModel cm, Image image, int type) argument
314 CGLVSyncOffScreenSurfaceData(CPlatformView pView, CGLGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
336 CGLOffScreenSurfaceData(CPlatformView pView, CGLGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
[all...]
/openjdk7/jdk/test/javax/imageio/plugins/bmp/
H A DBMPSubsamplingTest.java36 import java.awt.image.BufferedImage;
37 import java.awt.image.ColorModel;
38 import java.awt.image.ComponentColorModel;
39 import java.awt.image.DataBuffer;
40 import java.awt.image.DirectColorModel;
41 import java.awt.image.IndexColorModel;
42 import java.awt.image.Raster;
43 import java.awt.image.WritableRaster;
107 BufferedImage image = getTestImage(img_type);
109 ImageTypeSpecifier specifier = new ImageTypeSpecifier(image);
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DRepaintManager.java30 import java.awt.image.VolatileImage;
109 // Swing internally is migrating to use *only* the volatile image buffer.
293 // volatile image we immediately punt in subclasses. If this
988 * The image returned will be an instance of VolatileImage, or null
994 * @see java.awt.image.VolatileImage
1024 VolatileImage image = volatileMap.get(config);
1025 if (image == null || image.getWidth() < width ||
1026 image.getHeight() < height) {
1027 if (image !
1508 paintDoubleBuffered(JComponent c, Image image, Graphics g, int clipX, int clipY, int clipW, int clipH) argument
1553 getValidImage(Image image) argument
1595 public Image image; field in class:RepaintManager.DoubleBufferInfo
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DToolkitImage.java26 package sun.awt.image;
35 import java.awt.image.BufferedImage;
36 import java.awt.image.ColorModel;
37 import java.awt.image.ImageProducer;
38 import java.awt.image.ImageConsumer;
39 import java.awt.image.ImageObserver;
40 import sun.awt.image.ImageRepresentation;
41 import sun.awt.image.FileImageSource;
46 * The object which is used to reconstruct the original image data
64 * Construct an image fro
[all...]
H A DVSyncedBSManager.java26 package sun.awt.image;
28 import java.awt.image.BufferStrategy;
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DRenderContext.java36 package java.awt.image.renderable;
40 import java.awt.image.*;
/openjdk7/jdk/src/share/classes/java/beans/
H A DSimpleBeanInfo.java109 * current object's class file and loads an image object
115 * @return an image object. May be null if the load failed.
120 java.awt.image.ImageProducer ip = (java.awt.image.ImageProducer)
/openjdk7/jdk/src/share/classes/java/awt/
H A DTexturePaint.java30 import java.awt.image.BufferedImage;
31 import java.awt.image.ColorModel;
86 * sizes the textured image.
98 * generate a tiled image pattern.
H A DGraphics2D.java30 import java.awt.image.ImageObserver;
31 import java.awt.image.BufferedImageOp;
32 import java.awt.image.BufferedImage;
33 import java.awt.image.RenderedImage;
34 import java.awt.image.renderable.RenderableImage;
92 * printers. For image buffers, the default transform is the
213 * {@link #drawImage(java.awt.Image, java.awt.geom.AffineTransform, java.awt.image.ImageObserver) drawImage(Image, AffineTransform, ImageObserver)},
215 * box from image space to user space. If no <code>AffineTransform</code>
226 * optional image transform.
527 * Renders an image, applyin
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageWriterSpi.java28 import java.awt.image.ColorModel;
29 import java.awt.image.SampleModel;
47 private static final String[] MIMETypes = { "image/gif" };
98 return "Standard GIF image writer";
/openjdk7/jdk/test/java/awt/Graphics2D/FillTexturePaint/
H A DFillTexturePaint.java31 import java.awt.image.BufferedImage;
32 import java.awt.image.VolatileImage;
/openjdk7/jdk/test/java/awt/GraphicsDevice/
H A DCloneConfigsTest.java43 import java.awt.image.BufferedImage;
44 import java.awt.image.ColorModel;
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DJarImageSource.java29 import sun.awt.image.URLImageSource;
30 import sun.awt.image.ImageDecoder;
45 * Create an image source from a Jar entry URL with the specified
55 * Create an image source from a Jar file/entry URL
/openjdk7/jdk/test/sun/awt/image/
H A DDrawByteBinary.java37 import java.awt.image.*;
38 import static java.awt.image.BufferedImage.*;
/openjdk7/jdk/test/sun/java2d/DirectX/
H A DDrawBitmaskToSurfaceTest.java35 import java.awt.image.BufferedImage;
36 import java.awt.image.IndexColorModel;
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A Dbug7181438.java29 import java.awt.image.BufferedImage;
30 import java.awt.image.VolatileImage;
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DColConvTest.java25 import java.awt.image.BufferedImage;
26 import java.awt.image.DataBuffer;
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DNullSurfaceData.java29 import java.awt.image.Raster;
30 import java.awt.image.ColorModel;
/openjdk7/jdk/make/sun/awt/
H A DFILES_export_unix.gmk30 sun/awt/image/ImageRepresentation.java \
31 sun/awt/image/GifImageDecoder.java \
32 sun/awt/image/NativeLibLoader.java \
57 sun/awt/image/ImagingLib.java \
61 sun/awt/image/BufImgSurfaceData.java \
62 sun/awt/image/DataBufferNative.java \
90 sun/awt/image/IntegerComponentRaster.java \
167 java/awt/image/AffineTransformOp.java \
168 java/awt/image/ImageConsumer.java \
169 java/awt/image/ImageObserve
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DImageCache.java51 // Maximum cached image size in pxiels
89 * Check if the image size is to big to be stored in the cache
91 * @param w The image width
92 * @param h The image height
93 * @return True if the image size is less than max
100 * Get the cached image for given keys
102 * @param config The graphics configuration, needed if cached image is a Volatile Image. Used as part of cache key
103 * @param w The image width, used as part of cache key
104 * @param h The image height, used as part of cache key
106 * @return Returns the cached Image, or null there is no cached image fo
133 setImage(Image image, GraphicsConfiguration config, int w, int h, Object... args) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DConvolveOp.java26 package java.awt.image;
33 import sun.awt.image.ImagingLib;
77 * Pixels at the edge of the destination image are set to zero. This
84 * Pixels at the edge of the source image are copied to
138 * source image will be convolved (including the alpha component, if
140 * If the color model in the source image is not the same as that
141 * in the destination image, the pixels will be converted
142 * in the destination. If the destination image is null,
157 throw new NullPointerException("src image is null");
160 throw new IllegalArgumentException("src image canno
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DImageCache.java104 * Sets the cached image for the specified constraints.
106 * @param image The image to store in cache
107 * @param config The graphics configuration, needed if cached image is a Volatile Image. Used as part of cache key
108 * @param w The image width, used as part of cache key
109 * @param h The image height, used as part of cache key
110 * @param scale The image scale factor, used as part of cache key
111 * @return true if the image could be cached, false otherwise.
113 public boolean setImage(final Image image, argument
126 if (ref != null && ref.get() == image) retur
[all...]
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c85 const int interlacedOffset[] = { 0, 4, 2, 1, 0 }; /* The way Interlaced image should. */
135 SavedImage *image = &(gif->SavedImages[imageIndex]); local
136 GifImageDesc *desc = &(image->ImageDesc);
161 for (i = 0; i < image->ExtensionBlockCount; i++) {
162 byte_t *pExtension = (byte_t *) image->ExtensionBlocks[i].Bytes;
163 unsigned size = image->ExtensionBlocks[i].ByteCount;
165 switch (image->ExtensionBlocks[i].Function) {
188 if (++i >= image->ExtensionBlockCount)
190 pExtension = (byte_t *) image->ExtensionBlocks[i].Bytes;
191 if (image
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsConfig.java38 import java.awt.image.BufferedImage;
39 import java.awt.image.ColorModel;
41 import java.awt.image.ComponentColorModel;
42 import java.awt.image.DirectColorModel;
43 import java.awt.image.DataBuffer;
44 import java.awt.image.VolatileImage;
45 import java.awt.image.WritableRaster;
55 import sun.awt.image.OffScreenImage;
56 import sun.awt.image.SunVolatileImage;
57 import sun.awt.image
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DImageView.java28 import java.awt.image.ImageObserver;
38 * If the image is unable to be loaded any text specified via the
54 * generated that end up significantly delaying the loading of the image
63 * Property name for pending image icon
67 * Property name for missing image icon
72 * Document property for image cache.
97 private Image image; field in class:ImageView
102 * image loading notification can happen on another thread access to
122 * Used for alt text. Will be non-null if the image couldn't be found,
144 * Returns the text to display if the image ca
583 hasPixels(Image image) argument
[all...]

Completed in 96 milliseconds

1234567891011>>