Searched refs:image (Results 26 - 50 of 673) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DToken.java59 * The string image of the token.
61 public String image; field in class:Token
88 * Returns the image.
93 return image;
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DMacosxSurfaceManagerFactory.java28 import sun.awt.image.SunVolatileImage;
29 import sun.awt.image.VolatileSurfaceManager;
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCImage.java30 import java.awt.image.*;
32 import sun.awt.image.SunWritableRaster;
40 private static native void nativeCopyNSImageIntoArray(long image, int[] buffer, int w, int h); argument
41 private static native Dimension2D nativeGetNSImageSize(long image); argument
42 private static native void nativeSetNSImageSize(long image, double w, double h); argument
55 public BufferedImage createImageUsingNativeSize(final long image) { argument
56 if (image == 0) return null;
57 final Dimension2D size = nativeGetNSImageSize(image);
58 return createBufferedImage(image, size.getWidth(), size.getHeight());
61 // the width and height passed in as a parameter could differ than the width and the height of the NSImage (image), i
62 createBufferedImage(long image, double width, double height) argument
67 createImageWithSize(final long image, final double width, final double height) argument
96 imageToArray(Image image, boolean prepareImage) argument
131 createFromImageImmediately(final Image image) argument
143 createFromImage(final Image image) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DToken.java50 * The string image of the token.
52 public String image; field in class:Token
79 * Returns the image.
83 return image;
/openjdk7/jdk/src/share/classes/sun/swing/
H A DImageIconUIResource.java53 * @param image an image
56 public ImageIconUIResource(Image image) { argument
57 super(image);
H A DCachedPainter.java28 import java.awt.image.*;
35 * <li>Invoke <code>paint</code> when you want to paint the image,
39 * <li>Override <code>paintToImage</code> to render the image. The code that
48 * draw the image yourself. This is primarly useful when you are not
82 * Renders the cached image to the the passed in <code>Graphic</code>.
83 * If there is no cached image <code>paintToImage</code> will be invoked.
84 * <code>paintImage</code> is invoked to paint the cached image.
121 Image image = cache.getImage(key, config, w, h, args);
125 if (image instanceof VolatileImage) {
126 // See if we need to recreate the image
170 paintToImage(Component c, Image image, Graphics g, int w, int h, Object[] args) argument
186 paintImage(Component c, Graphics g, int x, int y, int w, int h, Image image, Object[] args) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DImagePrinter.java30 import java.awt.image.BufferedImage;
39 BufferedImage image; field in class:ImagePrinter
43 image = ImageIO.read(stream);
50 image = ImageIO.read(url);
57 if (index > 0 || image == null) {
62 int w = image.getWidth(null);
63 int h = image.getHeight(null);
67 // ensure image will fit
82 g.drawImage(image, dx, dy, dx+dw, dy+dh, 0, 0, w, h, null);
/openjdk7/jdk/make/com/sun/image/
H A DMakefile29 PACKAGE = com.sun.image.codec.jpeg
36 AUTO_FILES_JAVA_DIRS = com/sun/image/codec/jpeg
/openjdk7/jdk/test/java/awt/image/
H A DIncorrectSampleMaskTest.java35 import java.awt.image.AffineTransformOp;
36 import java.awt.image.BufferedImageOp;
37 import java.awt.image.DataBuffer;
38 import java.awt.image.DataBufferByte;
39 import java.awt.image.DataBufferInt;
40 import java.awt.image.DataBufferUShort;
41 import java.awt.image.Raster;
42 import java.awt.image.RasterOp;
43 import java.awt.image.WritableRaster;
44 import java.awt.image
[all...]
H A DGetDataElementsTest.java33 import java.awt.image.ComponentSampleModel;
34 import java.awt.image.DataBuffer;
35 import java.awt.image.SampleModel;
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageCreate.c29 * mlib_ImageCreateStruct - create image data structure
30 * mlib_ImageCreate - create image data structure and allocate
31 * memory for image data
32 * mlib_ImageDelete - delete image
33 * mlib_ImageCreateSubimage - create sub-image
40 * mlib_ImageSetFormat - set image format
76 * img pointer to image data structure
77 * type image data type, one of MLIB_BIT, MLIB_BYTE, MLIB_SHORT,
79 * channels number of image channels
80 * width image widt
126 mlib_ImageSet(mlib_image *image, mlib_type type, mlib_s32 channels, mlib_s32 width, mlib_s32 height, mlib_s32 stride, const void *data) argument
237 mlib_image *image; local
261 mlib_image *image; local
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DWritableRasterNative.java28 package sun.awt.image;
31 import java.awt.image.BufferedImage;
32 import java.awt.image.ColorModel;
33 import java.awt.image.DataBuffer;
34 import java.awt.image.DirectColorModel;
35 import java.awt.image.PixelInterleavedSampleModel;
36 import java.awt.image.SampleModel;
37 import java.awt.image.SinglePixelPackedSampleModel;
38 import java.awt.image.WritableRaster;
H A DBufImgVolatileSurfaceManager.java26 package sun.awt.image;
52 * the image.
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParser.jjt169 t=<IDENTIFIER> {jjtThis.communityString= t.image;}
213 t=<IDENTIFIER> { jjtThis.name.append(t.image); }
216 {jjtThis.name.append( "." + t.image); }
228 {jjtThis.address.append(t.image); }
231 {jjtThis.address.append( "." + t.image); }
243 {jjtThis.address.append(t.image); }
253 {jjtThis.address.append(t.image); }
256 {jjtThis.address.append( "." + t.image); }
267 {jjtThis.address.append(t.image); }
270 {jjtThis.address.append( "." + t.image); }
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DContextualRenderedImageFactory.java36 package java.awt.image.renderable;
38 import java.awt.image.RenderedImage;
68 * @param i the index of the source image.
72 * @param image the RenderableImage being rendered.
80 RenderableImage image);
86 * determine its dimensions and placement on the image plane.
77 mapRenderContext(int i, RenderContext renderContext, ParameterBlock paramBlock, RenderableImage image) argument
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCImage.m130 NSImage *image = nil;
136 image = [[NSImage alloc] initWithIconRef:iconRef];
137 if (image) CFRetain(image); // GC
143 return ptr_to_jlong(image);
154 NSImage *image = nil;
159 image = [[NSImage alloc] initByReferencingFile:path];
160 if (image) CFRetain(image); // GC
164 return ptr_to_jlong(image);
[all...]
/openjdk7/jdk/test/javax/swing/JFileChooser/6840086/
H A Dbug6840086.java53 Image image = (Image) ShellFolder.get(key);
55 if (image == null) {
56 throw new RuntimeException("The image '" + key + "' not found.");
59 if (image != ShellFolder.get(key)) {
60 throw new RuntimeException("The image '" + key + "' is not cached.");
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/
H A DColorTransform.java28 import java.awt.image.BufferedImage;
29 import java.awt.image.Raster;
30 import java.awt.image.WritableRaster;
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java29 import java.awt.image.BufferedImage;
30 import java.awt.image.ComponentColorModel;
31 import java.awt.image.Raster;
32 import java.awt.image.WritableRaster;
33 import java.awt.image.SinglePixelPackedSampleModel;
34 import java.awt.image.ComponentSampleModel;
35 import java.awt.image.DataBuffer;
36 import java.awt.image.DataBufferByte;
37 import java.awt.image.DataBufferUShort;
38 import java.awt.image
173 LCMSImageLayout(BufferedImage image) argument
266 isSupported(BufferedImage image) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DImageProducer.java26 package java.awt.image;
29 * The interface for objects which can produce the image data for Images.
30 * Each image contains an ImageProducer which is used to reconstruct
31 * the image whenever it is needed, for example, when a new size of the
42 * <code>ImageProducer</code> for access to the image data
45 * start delivering the image data to the consumer
47 * or when the next available image reconstruction is triggered
69 * receive image data. It is not considered an error
80 * the image data which will then be delivered to this
84 * the image dat
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DColorPaintContext.java30 import java.awt.image.ColorModel;
31 import java.awt.image.Raster;
32 import java.awt.image.WritableRaster;
33 import sun.awt.image.IntegerComponentRaster;
54 * @see java.awt.image.ColorModel#getRGBdefault
H A DComposite.java28 import java.awt.image.ColorModel;
35 * {@link Graphics2D} context, it combines a shape, text, or an image
58 * target device or image to potentially arbitrary code, the use of
H A DSplashScreen.java28 import java.awt.image.*;
33 import sun.awt.image.SunWritableRaster;
38 * undecorated window containing an image. You can use GIF, JPEG, or PNG files
39 * for the image. Animation is supported for the GIF format, while transparency
48 * Place the image in the jar archive and specify the path in the option.
61 * implementation allows you to specify the splash screen image location with
72 * whole splash screen image given the limitations of the target platform and
75 * It is implied that the specified image is presented on the screen "as is",
76 * i.e. preserving the exact color values as specified in the image file. Under
77 * certain circumstances, though, the presented image ma
373 private BufferedImage image; // overlay image field in class:SplashScreen
[all...]
/openjdk7/jdk/test/java/awt/GraphicsEnvironment/
H A DPreferLocaleFonts.java33 import java.awt.image.*;
43 public Graphics2D createGraphics(BufferedImage image) { argument
/openjdk7/jdk/make/sun/jpeg/
H A DMakefile41 AUTO_FILES_JAVA_DIRS = sun/awt/image com/sun/imageio/plugins/jpeg
44 sun/awt/image/JPEGImageDecoder.java \
52 sun/awt/image/codec/JPEGImageDecoderImpl.java \
53 sun/awt/image/codec/JPEGImageEncoderImpl.java
54 vpath %.c $(CLOSED_SRC)/share/native/$(PKGDIR)/image/jpeg
55 OTHER_INCLUDES += -I$(CLOSED_SRC)/share/native/$(PKGDIR)/image/jpeg
58 OTHER_INCLUDES += -I$(SHARE_SRC)/native/$(PKGDIR)/image/jpeg
92 vpath %.c $(SHARE_SRC)/native/$(PKGDIR)/image/jpeg

Completed in 105 milliseconds

1234567891011>>