Searched refs:theImage (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/event/
H A DIIOReadUpdateListener.java60 * @param theImage the <code>BufferedImage</code> being updated.
77 BufferedImage theImage,
131 * @param theImage the <code>BufferedImage</code> being updated.
146 BufferedImage theImage,
161 * @param theImage the <code>BufferedImage</code> being updated.
165 void passComplete(ImageReader source, BufferedImage theImage); argument
76 passStarted(ImageReader source, BufferedImage theImage, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument
145 imageUpdate(ImageReader source, BufferedImage theImage, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11TextRenderer_md.c103 static void FillBitmap(XImage *theImage, argument
109 int scan = theImage->bytes_per_line;
115 pPix = (jubyte *) theImage->data;
157 pPix = ((jubyte *) theImage->data) + (left >> 3) + top * scan;
159 if (theImage->bitmap_bit_order == MSBFirst) {
213 XImage *theImage; local
235 theImage = cData->monoImage;
239 scan = theImage->bytes_per_line;
259 FillBitmap(theImage,
268 XPutImage(awt_display, thePixmap, theGC, theImage,
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCMenuItem.h45 - (void) setJavaImage:(NSImage *)theImage;
H A DCMenuItem.m144 - (void) setJavaImage:(NSImage *)theImage {
147 [fMenuItem setImage:theImage];
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DCustomCompositeTest.java161 private static BufferedImage theImage; field in class:CustomCompositeTest.MyComp
167 if (theImage == null) {
168 theImage = new BufferedImage(256, 256, BufferedImage.TYPE_INT_ARGB);
169 Graphics2D g2d = theImage.createGraphics();
177 return theImage;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageReader.java100 BufferedImage theImage = null; field in class:GIFImageReader
396 processImageUpdate(theImage,
439 processPassComplete(theImage);
813 processPassStarted(theImage,
846 this.theImage = getDestination(param,
850 this.theTile = theImage.getWritableTile(0, 0);
863 computeRegions(param, width, height, theImage,
886 // Read and decode the image data, fill in theImage
936 return theImage;
941 return theImage;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java189 BufferedImage theImage = null; field in class:PNGImageReader
938 WritableRaster imRas = theImage.getWritableTile(0, 0);
1013 processPassStarted(theImage,
1168 processImageUpdate(theImage,
1182 processPassComplete(theImage);
1280 theImage = getDestination(param,
1288 theImage,
1298 theImage.getSampleModel().getNumBands());
1578 return theImage;
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReader.java2186 * @param theImage the <code>BufferedImage</code> being updated.
2199 protected void processPassStarted(BufferedImage theImage, argument
2212 listener.passStarted(this, theImage, pass,
2227 * @param theImage the <code>BufferedImage</code> being updated.
2241 protected void processImageUpdate(BufferedImage theImage, argument
2254 theImage,
2268 * @param theImage the <code>BufferedImage</code> being updated.
2270 protected void processPassComplete(BufferedImage theImage) { argument
2278 listener.passComplete(this, theImage);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DImageTests.java254 Image theImage; field in class:ImageTests.TriStateImageType
269 if (theImage == null ||
270 theImage.getWidth(null) != w ||
271 theImage.getHeight(null) != h)
273 theImage = makeImage(env, w, h);
275 return theImage;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java1680 BufferedImage theImage,
1686 processImageUpdate(theImage, minX, minY,
1691 BufferedImage theImage)
1693 processPassComplete(theImage);
1696 BufferedImage theImage,
1703 processPassStarted(theImage, pass, minPass, maxPass,

Completed in 56 milliseconds