Searched refs:image (Results 76 - 100 of 673) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLSurfaceData.java34 import java.awt.image.ColorModel;
89 Image image,
104 image, peer.getColorModel(),
108 image, peer.getColorModel(),
120 Image image, int type)
123 image, cm, type);
182 Image image, ColorModel cm,
185 super(peer, gc, width, height, image, cm, type);
186 flipSurface = WGLSurfaceData.createData(peer, image, FLIP_BACKBUFFER);
209 Image image, ColorMode
88 createData(WComponentPeer peer, Image image, int type) argument
117 createData(WGLGraphicsConfig gc, int width, int height, ColorModel cm, Image image, int type) argument
179 WGLVSyncOffScreenSurfaceData(WComponentPeer peer, WGLGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
206 WGLOffScreenSurfaceData(WComponentPeer peer, WGLGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXSurfaceData.java34 import java.awt.image.ColorModel;
76 Image image,
83 image, peer.getColorModel(),
87 image, peer.getColorModel(),
99 Image image, int type)
102 image, cm, type);
161 Image image, ColorModel cm,
164 super(peer, gc, width, height, image, cm, type);
165 flipSurface = GLXSurfaceData.createData(peer, image, FLIP_BACKBUFFER);
188 Image image, ColorMode
75 createData(X11ComponentPeer peer, Image image, int type) argument
96 createData(GLXGraphicsConfig gc, int width, int height, ColorModel cm, Image image, int type) argument
158 GLXVSyncOffScreenSurfaceData(X11ComponentPeer peer, GLXGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
185 GLXOffScreenSurfaceData(X11ComponentPeer peer, GLXGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphicsFilter.java29 import java.awt.image.*;
H A DDebugGraphicsObserver.java29 import java.awt.image.*;
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufferedImageDevice.java26 package sun.awt.image;
H A DBufferedImageGraphicsConfig.java26 package sun.awt.image;
37 import java.awt.image.BufferedImage;
38 import java.awt.image.ColorModel;
39 import java.awt.image.DirectColorModel;
40 import java.awt.image.Raster;
41 import java.awt.image.VolatileImage;
42 import java.awt.image.WritableRaster;
141 * For image buffers, this Transform will be the Identity transform.
163 * For image buffers, this Transform will be the Identity transform,
H A DSunWritableRaster.java26 package sun.awt.image;
31 import java.awt.image.DataBuffer;
32 import java.awt.image.DataBufferByte;
33 import java.awt.image.DataBufferUShort;
34 import java.awt.image.DataBufferInt;
35 import java.awt.image.SampleModel;
36 import java.awt.image.WritableRaster;
H A DOffScreenImage.java26 package sun.awt.image;
35 import java.awt.image.BufferedImage;
36 import java.awt.image.ImageProducer;
37 import java.awt.image.ColorModel;
38 import java.awt.image.WritableRaster;
45 * default font are used as the defaults for this image.
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DBufferStrategy.java26 package java.awt.image;
164 * @see java.awt.image.VolatileImage
179 * @see java.awt.image.VolatileImage
H A DImageObserver.java26 package java.awt.image;
38 * This method is called when information about an image which was
44 * the overall image itself (in the case of getWidth(ImageObserver))
45 * or about an output version of an image (in the case of the
50 * required information has been acquired. The image which was being
53 * information about the image is now available. The interpretation
63 * @param img the image being observed.
74 * image is completely loaded; <code>true</code> otherwise.
93 * the width of the base image is now available and can be taken
102 * the height of the base image i
[all...]
H A DLookupTable.java26 package java.awt.image;
33 * contains data arrays for one or more bands (or components) of an image
H A DWritableRenderedImage.java36 package java.awt.image;
41 * contain or can produce image data in the form of Rasters and
42 * which can be modified and/or written over. The image
144 * Sets a rect of the image to the contents of the Raster r, which is
H A DFilteredImageSource.java26 package java.awt.image;
29 import java.awt.image.ImageFilter;
30 import java.awt.image.ImageConsumer;
31 import java.awt.image.ImageProducer;
33 import java.awt.image.ColorModel;
37 * takes an existing image and a filter object and uses them to produce
38 * image data for a new filtered version of the original image.
39 * Here is an example which filters an image by swapping the red and
75 * to the list of consumers interested in data for the filtered image
[all...]
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DWindowPeer.java30 import java.awt.image.BufferedImage;
/openjdk7/jdk/src/share/classes/java/awt/
H A DPaint.java28 import java.awt.image.ColorModel;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageWriterSpi.java36 import java.awt.image.ColorModel;
37 import java.awt.image.IndexColorModel;
38 import java.awt.image.MultiPixelPackedSampleModel;
39 import java.awt.image.SampleModel;
47 private static String[] mimeType = {"image/vnd.wap.wbmp"};
/openjdk7/jdk/test/java/awt/FontClass/
H A DFontAccess.java36 import java.awt.image.*;
/openjdk7/jdk/test/javax/swing/text/html/
H A DTest4783068.java32 import java.awt.image.BufferedImage;
72 BufferedImage image = new BufferedImage(size.width, size.height, BufferedImage.TYPE_INT_ARGB);
73 c.paint(image.getGraphics());
78 if (image.getRGB(j, i) != rgb) {
/openjdk7/jdk/test/sun/java2d/loops/
H A DBug7049339.java40 import java.awt.image.BufferedImage;
41 import java.awt.image.ColorModel;
42 import java.awt.image.Raster;
43 import java.awt.image.WritableRaster;
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLGraphicsConfig.java29 import sun.awt.image.SurfaceManager;
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DAccelGraphicsConfig.java28 import java.awt.image.VolatileImage;
40 * and guaranteed accelerated surface type. If such image can not be created
45 * to the image will be denied by throwing
47 * from {@link java.awt.image.VolatileImage#getGraphics} and
48 * {@link java.awt.image.VolatileImage#createGraphics}
/openjdk7/jdk/test/java/awt/image/
H A DGetSamplesTest.java33 import java.awt.image.BandedSampleModel;
34 import java.awt.image.ComponentSampleModel;
35 import java.awt.image.DataBuffer;
36 import java.awt.image.MultiPixelPackedSampleModel;
37 import java.awt.image.PixelInterleavedSampleModel;
38 import java.awt.image.SampleModel;
39 import java.awt.image.SinglePixelPackedSampleModel;
/openjdk7/jdk/test/java/awt/print/PaintSetEnabledDeadlock/
H A DPaintSetEnabledDeadlock.java95 Image image = null; field in class:TestPanel
121 if (image == null) {
122 image = createImage(rect.width, rect.height);
125 if (image != null) {
126 paramGraphics.drawImage(image, 0, 0, this);
163 if (image != null) {
164 Graphics localGraphics = image.getGraphics();
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java41 import java.awt.image.BufferedImage;
42 import java.awt.image.ImageObserver;
67 if (mg.image != null) {
69 int value = mg.image.getRGB(0, 0);
70 for (int x = 0; x < mg.image.getWidth(); x++) {
71 for (int y = 0; y < mg.image.getHeight(); y++) {
72 int current = mg.image.getRGB(x, y);
74 mg.image.setRGB(x, y, value);
89 private BufferedImage image; field in class:Test6657026.MyGraphics
225 this.image
[all...]
/openjdk7/jdk/test/java/awt/image/LookupOp/
H A DSingleArrayTest.java32 import java.awt.image.BufferedImage;
33 import java.awt.image.ByteLookupTable;
34 import java.awt.image.LookupOp;
35 import java.awt.image.Raster;
36 import java.awt.image.WritableRaster;
85 System.out.println("Test for image: " + src);

Completed in 45 milliseconds

1234567891011>>