Searched refs:image (Results 201 - 225 of 673) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDataTransferer.java41 import java.awt.image.BufferedImage;
42 import java.awt.image.ColorModel;
43 import java.awt.image.ComponentColorModel;
44 import java.awt.image.DataBuffer;
45 import java.awt.image.DataBufferByte;
46 import java.awt.image.DataBufferInt;
47 import java.awt.image.DirectColorModel;
48 import java.awt.image.ImageObserver;
49 import java.awt.image.Raster;
50 import java.awt.image
307 imageToPlatformBytes(Image image, long format) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java37 import java.awt.image.ColorModel;
38 import java.awt.image.DataBuffer;
39 import java.awt.image.DirectColorModel;
40 import java.awt.image.Raster;
41 import java.awt.image.SampleModel;
42 import java.awt.image.SinglePixelPackedSampleModel;
44 import sun.awt.image.DataBufferNative;
45 import sun.awt.image.PixelConverter;
46 import sun.awt.image.SurfaceManager;
47 import sun.awt.image
213 D3DSurfaceData(WComponentPeer peer, D3DGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int numBackBuffers, int swapEffect, VSyncType vSyncType, int type) argument
254 createData(WComponentPeer peer, Image image) argument
306 createData(D3DGraphicsConfig gc, int width, int height, ColorModel cm, Image image, int type) argument
[all...]
H A DD3DDrawImage.java31 import java.awt.image.AffineTransformOp;
32 import java.awt.image.BufferedImage;
33 import java.awt.image.BufferedImageOp;
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11PMBlitLoops.c193 pixels of the source image with the desired color */
223 XImage *image; local
251 /* Create a bitmask image and then blit it to the pixmap. */
252 image = XCreateImage(awt_display, DefaultVisual(awt_display, screen),
254 if (image == NULL) {
259 dstScan = image->bytes_per_line;
260 image->data = malloc(dstScan * height);
261 if (image->data == NULL) {
262 XFree(image);
267 pDst = (unsigned char *)image
[all...]
/openjdk7/jdk/test/javax/swing/JComponent/4337267/
H A Dbug4337267.java14 import java.awt.image.BufferedImage;
62 assertEquals(p1.image, p2.image);
209 TestBufferedImage image = createImage(new Dimension(1, 1)); field in class:bug4337267.TestJPanel
218 image = createImage(size);
222 Graphics g0 = image.getGraphics();
224 g.drawImage(image, 0, 0, this);
/openjdk7/jdk/make/sun/xawt/
H A DMakefile89 vpath %.c $(SHARE_SRC)/native/sun/awt/image
90 vpath %.c $(SHARE_SRC)/native/sun/awt/image/gif
91 vpath %.c $(SHARE_SRC)/native/sun/awt/image/cvutils
98 vpath %.cpp $(SHARE_SRC)/native/sun/image
121 -I$(SHARE_SRC)/native/sun/awt/image/cvutils \
124 -I$(SHARE_SRC)/native/sun/awt/image/cvutils \
125 -I$(SHARE_SRC)/native/sun/awt/image \
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DPaletteBuilder.java29 import java.awt.image.BufferedImage;
30 import java.awt.image.RenderedImage;
31 import java.awt.image.ColorModel;
32 import java.awt.image.IndexColorModel;
33 import java.awt.image.Raster;
34 import java.awt.image.WritableRaster;
72 * Creates an image representing given image
76 * of colors in the given image exceeds maximum palette size).
77 * Result image the
154 canCreatePalette(RenderedImage image) argument
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DPixelTests.java54 import java.awt.image.VolatileImage;
55 import java.awt.image.BufferedImage;
56 import java.awt.image.DataBuffer;
57 import java.awt.image.DataBufferByte;
58 import java.awt.image.DataBufferShort;
59 import java.awt.image.DataBufferInt;
60 import java.awt.image.Raster;
61 import java.awt.image.WritableRaster;
62 import java.awt.image.IndexColorModel;
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXGraphicsConfig.java39 import java.awt.image.BufferedImage;
40 import java.awt.image.ColorModel;
41 import java.awt.image.DataBuffer;
42 import java.awt.image.DirectColorModel;
43 import java.awt.image.VolatileImage;
44 import java.awt.image.WritableRaster;
49 import sun.awt.image.OffScreenImage;
50 import sun.awt.image.SunVolatileImage;
51 import sun.awt.image.SurfaceManager;
240 * Creates a new hidden-acceleration image o
[all...]
H A DGLXVolatileSurfaceManager.java33 import java.awt.image.ColorModel;
35 import sun.awt.image.SunVolatileImage;
36 import sun.awt.image.VolatileSurfaceManager;
52 * We will attempt to accelerate this image only under the
54 * - the image is opaque OR
55 * - the image is translucent AND
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DDropShadowEffect.java27 import java.awt.image.BufferedImage;
28 import java.awt.image.Raster;
29 import java.awt.image.WritableRaster;
45 * under the src image. BLENDED means the result of apply sffect contains a modified src image so just it should be
46 * painted. OVER means the result of apply effect should be painted over the src image.
56 * Apply the effect to the src image generating the result . The result image may or may not contain the source
57 * image depending on what the effect type is.
59 * @param src The source image fo
[all...]
H A DTableScrollPaneCorner.java35 import java.awt.image.BufferedImage;
56 // paint using image to not Graphics2D to support
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DSurfaceManager.java26 package sun.awt.image;
33 import java.awt.image.BufferedImage;
34 import java.awt.image.VolatileImage;
49 * image. The most common use of the caching mechanism is for destination
50 * SurfaceData objects to store cached copies of the source image.
97 * the source image that will let them save time when using or
98 * manipulating the image in the future.
103 * image or it must be individually tracked to see if it is
165 * isAccelerated() if the image has a current and valid
179 * image i
[all...]
H A DSunVolatileImage.java26 package sun.awt.image;
36 import java.awt.image.BufferedImage;
37 import java.awt.image.ImageObserver;
38 import java.awt.image.VolatileImage;
H A DVolatileSurfaceManager.java26 package sun.awt.image;
33 import java.awt.image.BufferedImage;
34 import java.awt.image.VolatileImage;
36 import sun.awt.image.SunVolatileImage;
142 * Get the image ready for rendering. This method is called to make
145 * rendering to or from the image, to make sure the image is ready
148 * The image may not be "ready" if either we had problems creating
237 * @see java.awt.image.VolatileImage#contentsLost
300 * happened to the image unde
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DCropImageFilter.java26 package java.awt.image;
28 import java.awt.image.ImageConsumer;
29 import java.awt.image.ColorModel;
37 * new image containing just the extracted region. It is meant to
77 * this class to filter pixels from an image should avoid calling
88 * Override the source image's dimensions and pass the dimensions
94 * this class to filter pixels from an image should avoid calling
111 * this class to filter pixels from an image should avoid calling
151 * this class to filter pixels from an image should avoid calling
H A DKernel.java26 package java.awt.image;
32 * computed for the pixel's position in the output image of a filtering
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLVolatileSurfaceManager.java33 import java.awt.image.ColorModel;
36 import sun.awt.image.SunVolatileImage;
37 import sun.awt.image.VolatileSurfaceManager;
53 * We will attempt to accelerate this image only under the
55 * - the image is opaque OR
56 * - the image is translucent AND
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DInjector.java77 static synchronized Class inject(ClassLoader cl, String className, byte[] image) { argument
96 Class c = (Class)defineClass.invoke(cl,className.replace('/','.'),image,0,image.length);
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLVolatileSurfaceManager.java33 import java.awt.image.ColorModel;
34 import sun.awt.image.SunVolatileImage;
35 import sun.awt.image.VolatileSurfaceManager;
52 * We will attempt to accelerate this image only under the
54 * - the image is opaque OR
55 * - the image is translucent AND
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLDrawImage.java31 import java.awt.image.AffineTransformOp;
32 import java.awt.image.BufferedImage;
33 import java.awt.image.BufferedImageOp;
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceDataProxy.java32 import java.awt.image.ColorModel;
33 import java.awt.image.IndexColorModel;
34 import java.awt.image.DirectColorModel;
88 // For whatever reason, this image is not a good candidate for
/openjdk7/jdk/make/sun/awt/
H A DFILES_export_windows.gmk96 java/awt/image/AffineTransformOp.java \
97 java/awt/image/ImageConsumer.java \
98 java/awt/image/ImageObserver.java \
99 java/awt/image/BufferedImage.java \
100 java/awt/image/ColorModel.java \
101 java/awt/image/ConvolveOp.java \
102 java/awt/image/DirectColorModel.java \
103 java/awt/image/IndexColorModel.java \
104 java/awt/image/Raster.java \
124 sun/awt/image/IntegerComponentRaste
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGrayFilter.java28 import java.awt.image.*;
31 * An image filter that "disables" an image by turning
32 * it into a grayscale image, and brightening the pixels
33 * in the image. Used by buttons to create an image for
45 * Creates a disabled image
55 * Constructs a GrayFilter object that filters a color image to a
56 * grayscale image. Used by buttons to create disabled ("grayed out")
/openjdk7/jdk/src/share/classes/sun/awt/
H A DNullComponentPeer.java44 import java.awt.image.ColorModel;
45 import java.awt.image.ImageObserver;
46 import java.awt.image.ImageProducer;
47 import java.awt.image.VolatileImage;

Completed in 70 milliseconds

1234567891011>>