Searched refs:image (Results 376 - 400 of 673) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/javax/imageio/plugins/gif/
H A DEncodeSubImageTest.java37 import java.awt.image.BufferedImage;
38 import java.awt.image.Raster;
101 throw new RuntimeException("Test FAILED: can't readin test image " +
105 throw new RuntimeException("Test FAILED: no dst image available.");
/openjdk7/jdk/test/sun/java2d/DirectX/AccelPaintsTest/
H A DAccelPaintsTest.java51 import java.awt.image.BufferedImage;
52 import java.awt.image.VolatileImage;
/openjdk7/jdk/test/sun/java2d/DirectX/AcceleratedScaleTest/
H A DAcceleratedScaleTest.java32 import java.awt.image.BufferedImage;
33 import java.awt.image.VolatileImage;
120 System.out.println("Dumping the dest. image to " +
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DColConvDCMTest.java32 import java.awt.image.BufferedImage;
33 import java.awt.image.ColorConvertOp;
129 "image: " + gldImgNames[i]);
151 getImageTypeName(imgTypes[i][0]) + ". Golden image:" +
163 getImageTypeName(imgTypes[i][0]) + ". Golden image:" +
/openjdk7/jdk/test/sun/java2d/pipe/MutableColorTest/
H A DMutableColorTest.java42 import java.awt.image.BufferedImage;
43 import java.awt.image.VolatileImage;
/openjdk7/jdk/make/sun/splashscreen/
H A DMakefile111 vpath %.c $(SHARE_SRC)/native/$(PKGDIR)/image/jpeg
125 CPPFLAGS += -I$(SHARE_SRC)/native/$(PKGDIR)/image/jpeg
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJButton.java31 import java.awt.image.*;
96 * @param icon the Icon image to display on the button
129 * @param icon the Icon image to display on the button
H A DJCheckBoxMenuItem.java31 import java.awt.image.*;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DEffect.java29 import java.awt.image.BufferedImage;
47 * under the src image. BLENDED means the result of apply sffect contains a modified src image so just it should be
48 * painted. OVER means the result of apply effect should be painted over the src image.
55 * Get the opacity to use to paint the result effected image if the EffectType is UNDER or OVER.
62 * Apply the effect to the src image generating the result . The result image may or may not contain the source
63 * image depending on what the effect type is.
65 * @param src The source image for applying the effect to
66 * @param dst The dstination image t
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DByteLookupTable.java26 package java.awt.image;
33 * data arrays for one or more bands (or components) of an image,
H A DDataBufferByte.java36 package java.awt.image;
47 * if they can maintain control over how the data for an image is
49 * For example, optimizations such as caching an image in video
107 * an associated image in video memory).
129 * an associated image in video memory).
152 * an associated image in video memory).
176 * an associated image in video memory).
194 * an associated image in video memory).
209 * an associated image in video memory).
225 * an associated image i
[all...]
H A DDataBufferInt.java36 package java.awt.image;
46 * if they can maintain control over how the data for an image is
48 * For example, optimizations such as caching an image in video
106 * an associated image in video memory).
128 * an associated image in video memory).
150 * an associated image in video memory).
174 * an associated image in video memory).
192 * an associated image in video memory).
207 * an associated image in video memory).
223 * an associated image i
[all...]
H A DDataBufferShort.java36 package java.awt.image;
45 * if they can maintain control over how the data for an image is
47 * For example, optimizations such as caching an image in video
105 * an associated image in video memory).
127 * an associated image in video memory).
149 * an associated image in video memory).
173 * an associated image in video memory).
191 * an associated image in video memory).
206 * an associated image in video memory).
222 * an associated image i
[all...]
H A DPixelGrabber.java26 package java.awt.image;
29 import java.awt.image.ImageProducer;
30 import java.awt.image.ImageConsumer;
31 import java.awt.image.ColorModel;
37 * in that image. Here is an example:
58 * System.err.println("image fetch aborted or errored");
98 * section of pixels from the specified image into the given array.
104 * @param img the image to retrieve pixels from
106 * of pixels to retrieve from the image, relative to the default
107 * (unscaled) size of the image
[all...]
H A DShortLookupTable.java26 package java.awt.image;
33 * data arrays for one or more bands (or components) of an image,
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReadParam.java29 import java.awt.image.BufferedImage;
36 * <p> An image encoded as part of a file or stream may be thought of
40 * subarea of the image in all of these dimensions to be selected for
44 * <code>SampleModel</code> of the destination image, either by
49 * image, or a set of images, will be converted on input from
51 * specific image format will return instances of
57 * <code>ImageReadParam</code> is independent of any particular image
59 * the read param are combined with the actual properties of the image
70 * applied to an image as follows. First, if a rendering size has
72 * image i
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/spi/
H A DImageWriterSpi.java28 import java.awt.image.RenderedImage;
62 * service provider to inspect the actual image contents.
165 * <code>boolean</code> that indicates whether an image metadata
277 * encode an image with the given layout. The layout
278 * (<i>i.e.</i>, the image's <code>SampleModel</code> and
286 * reasonable inspection of the basic structure of the image be
292 * 8-bit RGB imagery might refuse to encode an image with an
297 * they might accept an image with premultiplied alpha even though
302 * layout of the image to be written.
317 * <code>java.awt.image
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParseException.java149 retval += add_escapes(tok.image);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DParseException.java162 retval += add_escapes(tok.image);
/openjdk7/jdk/src/share/classes/java/awt/
H A DLinearGradientPaintContext.java33 import java.awt.image.ColorModel;
/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsConfig.java30 import java.awt.image.*;
113 * Creates a new hidden-acceleration image of the given width and height
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWCanvasPeer.java39 import java.awt.image.VolatileImage;
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterSurfaceData.java29 import java.awt.image.*;
74 // create the destination image if needed
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCCursorManager.m101 NSImage *image = (NSImage *)jlong_to_ptr(imgPtr);
104 NSCursor *cursor = [[NSCursor alloc] initWithImage:image
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DParseException.java150 retval += add_escapes(tok.image);

Completed in 493 milliseconds

<<11121314151617181920>>