Searched refs:image (Results 151 - 175 of 673) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageRepresentation.java26 package sun.awt.image;
33 import java.awt.image.BufferedImage;
34 import java.awt.image.ColorModel;
35 import java.awt.image.DirectColorModel;
36 import java.awt.image.IndexColorModel;
37 import java.awt.image.ImageConsumer;
38 import java.awt.image.ImageObserver;
39 import sun.awt.image.ByteComponentRaster;
40 import sun.awt.image.IntegerComponentRaster;
41 import java.awt.image
53 ToolkitImage image; field in class:ImageRepresentation
[all...]
H A DByteArrayImageSource.java26 package sun.awt.image;
49 // only make byte array image once they already have a handle
50 // on the image data anyway...
H A DFileImageSource.java26 package sun.awt.image;
46 // when the image is retrieved from the cache.
58 // kind of image they have and guess wrong...
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A D_AppDockIconHandler.java36 private static native void nativeSetDockIconImage(final long image); argument
72 public void setDockIconImage(final Image image) { argument
74 final CImage cImage = getCImageCreator().createFromImage(image);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDragSource.h75 - (void)draggedImage:(NSImage *)image beganAt:(NSPoint)screenPoint;
76 - (void)draggedImage:(NSImage *)image endedAt:(NSPoint)screenPoint operation:(NSDragOperation)operation;
77 - (void)draggedImage:(NSImage *)image movedTo:(NSPoint)screenPoint;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageWriterSpi.java28 import java.awt.image.ColorModel;
29 import java.awt.image.IndexColorModel;
30 import java.awt.image.SampleModel;
49 private static final String[] MIMETypes = { "image/png", "image/x-png" };
120 return "Standard PNG image writer";
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DAccessorInjector.java70 byte[] image = tailor(templateClassName,newClassName,replacements);
72 // new FileOutputStream("debug.class").write(image);
76 if(image==null)
78 c = Injector.inject(cl,newClassName,image);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParser.jj295 /*@egen*/ {jjtn000.communityString= t.image;}/*@bgen(jjtree)*/
420 t=<IDENTIFIER> { jjtn000.name.append(t.image); }
423 {jjtn000.name.append( "." + t.image); }
447 {jjtn000.address.append(t.image); }
450 {jjtn000.address.append( "." + t.image); }
479 {jjtn000.address.append(t.image); }/*@bgen(jjtree)*/
501 {jjtn000.address.append(t.image); }
504 {jjtn000.address.append( "." + t.image); }
527 {jjtn000.address.append(t.image); }
530 {jjtn000.address.append( "." + t.image); }
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DRobot.java30 import java.awt.image.BufferedImage;
31 import java.awt.image.DataBufferInt;
32 import java.awt.image.DirectColorModel;
33 import java.awt.image.Raster;
34 import java.awt.image.WritableRaster;
39 import sun.awt.image.SunWritableRaster;
403 * Creates an image containing pixels read from the screen. This image does
406 * @return The captured image
420 BufferedImage image;
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsConfig.java42 import java.awt.image.BufferedImage;
43 import java.awt.image.ColorModel;
44 import java.awt.image.DirectColorModel;
45 import java.awt.image.Raster;
46 import java.awt.image.VolatileImage;
47 import java.awt.image.WritableRaster;
50 import sun.awt.image.OffScreenImage;
51 import sun.awt.image.SunVolatileImage;
52 import sun.awt.image.SurfaceManager;
182 * For image buffer
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DImageConsumer.java26 package java.awt.image;
31 * The interface for objects expressing interest in image data through
32 * the ImageProducer interfaces. When a consumer is added to an image
33 * producer, the producer delivers all of the data about the image
42 * The dimensions of the source image are reported using the
44 * @param width the width of the source image
45 * @param height the height of the source image
50 * Sets the extensible list of properties associated with this image.
52 * image
63 * may be seen is a filtered image whe
[all...]
H A DRenderedImage.java36 package java.awt.image;
43 * or can produce image data in the form of Rasters. The image
52 * image data for this RenderedImage. This method returns null if
61 * Gets a property from the property set of this image. The set of
83 * Returns the ColorModel associated with this image. All Rasters
84 * returned from this image will have this as their ColorModel. This
86 * @return the <code>ColorModel</code> of this image.
91 * Returns the SampleModel associated with this image. All Rasters
92 * returned from this image wil
[all...]
/openjdk7/jdk/test/java/awt/Component/isLightweightCrash/
H A DStubPeerCrash.java39 import java.awt.image.ImageProducer;
40 import java.awt.image.ImageObserver;
41 import java.awt.image.ColorModel;
42 import java.awt.image.VolatileImage;
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest7195106.java32 import java.awt.image.BufferedImage;
/openjdk7/jdk/test/javax/imageio/plugins/bmp/
H A DTopDownTest.java28 * a writing of bmp image in wrong scanline layout.
34 import java.awt.image.BufferedImage;
36 import java.awt.image.IndexColorModel;
45 import static java.awt.image.BufferedImage.TYPE_INT_RGB;
46 import static java.awt.image.BufferedImage.TYPE_BYTE_INDEXED;
100 // expect to see blue color on the top of image
/openjdk7/jdk/test/javax/swing/plaf/nimbus/
H A DTest6741426.java33 import java.awt.image.BufferedImage;
/openjdk7/jdk/test/sun/java2d/X11SurfaceData/DrawImageBgTest/
H A DDrawImageBgTest.java27 * @summary Verifies that drawImage with bg color works correctly for ICM image
35 import java.awt.image.BufferedImage;
36 import java.awt.image.IndexColorModel;
37 import java.awt.image.VolatileImage;
38 import java.awt.image.WritableRaster;
58 * 3.) The image triggering the problem
64 // tr. black (and it's the first in the color map so a buffered image
99 System.err.println("Dumped image to " + fileName);
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DColorConvertTest.java32 import java.awt.image.*;
/openjdk7/jdk/test/sun/java2d/pipe/
H A DTest7027667.java35 import java.awt.image.*;
/openjdk7/jdk/test/sun/java2d/pisces/Renderer/
H A DTestNPE.java36 import java.awt.image.BufferedImage;
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DAccelTypedVolatileImage.java31 import sun.awt.image.SunVolatileImage;
35 * This is an image with forced type of the accelerated surface.
40 * Creates a volatile image with specified type of accelerated surface.
42 * @param graphicsConfig a GraphicsConfiguration for which this image should
47 * requested for the image
64 * image's destination surface can not be rendered to.
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DXSurfaceData.java3 import java.awt.image.*;
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRGraphicsConfig.java34 import sun.awt.image.*;
/openjdk7/jdk/make/common/
H A DRelease-embedded.gmk31 reduced-image-jre reduced-headless-image-jre ::
35 images:: reduced-image-jre reduced-headless-image-jre
106 # Binaries that don't get included in reduced jre image bin directory
121 # jars/resources/libs that don't get included in reduced jre image lib directory
132 # JRE docs that don't get included in reduced jre image top directory
136 reduced-image-jre::
175 reduced-headless-image-jre:: $(RT_JAR) $(RESOURCES_JAR) $(BUILD_META_INDEX) $(HL_RT_JAR)
224 @# all done with JRE reduced headless image
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageTypeSpecifier.java30 import java.awt.image.BandedSampleModel;
31 import java.awt.image.BufferedImage;
32 import java.awt.image.ColorModel;
34 import java.awt.image.IndexColorModel;
35 import java.awt.image.ComponentColorModel;
36 import java.awt.image.DataBuffer;
37 import java.awt.image.DirectColorModel;
38 import java.awt.image.MultiPixelPackedSampleModel;
39 import java.awt.image.PixelInterleavedSampleModel;
40 import java.awt.image
126 ImageTypeSpecifier(RenderedImage image) argument
923 createFromRenderedImage(RenderedImage image) argument
[all...]

Completed in 1963 milliseconds

1234567891011>>