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

/openjdk9/jdk/src/java.desktop/share/classes/javax/imageio/event/
H A DIIOReadUpdateListener.java60 * @param theImage the {@code BufferedImage} being updated.
77 BufferedImage theImage,
131 * @param theImage the {@code BufferedImage} being updated.
146 BufferedImage theImage,
161 * @param theImage the {@code BufferedImage} 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
/openjdk9/jdk/src/java.desktop/unix/native/common/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...]
/openjdk9/jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DCMenuItem.h45 - (void) setJavaImage:(NSImage *)theImage;
/openjdk9/jdk/test/javax/imageio/plugins/gif/
H A DGIFPassListenerTest.java91 public void imageUpdate(ImageReader source, BufferedImage theImage, int minX, int minY, argument
96 public void passStarted(ImageReader source, BufferedImage theImage, int pass, int minPass, argument
106 public void passComplete(ImageReader source, BufferedImage theImage) { argument
/openjdk9/jdk/test/javax/imageio/
H A DAppletResourceTest.java204 public void processImageUpdate(BufferedImage theImage, argument
212 super.processImageUpdate(theImage,
222 public void processPassComplete(BufferedImage theImage) { argument
223 super. processPassComplete(theImage);
226 public void processPassStarted(BufferedImage theImage, argument
234 super.processPassStarted(theImage,
/openjdk9/jdk/test/sun/java2d/OpenGL/
H A DCustomCompositeTest.java162 private static BufferedImage theImage; field in class:CustomCompositeTest.MyComp
168 if (theImage == null) {
169 theImage = new BufferedImage(256, 256, BufferedImage.TYPE_INT_ARGB);
170 Graphics2D g2d = theImage.createGraphics();
178 return theImage;
/openjdk9/jdk/test/javax/imageio/metadata/IIOMetadataFormat/
H A DUserPluginMetadataFormatTest.java205 public void processImageUpdate(BufferedImage theImage, argument
213 super.processImageUpdate(theImage,
223 public void processPassComplete(BufferedImage theImage) { argument
224 super. processPassComplete(theImage);
227 public void processPassStarted(BufferedImage theImage, argument
235 super.processPassStarted(theImage,
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFImageReader.java100 private BufferedImage theImage = null; field in class:TIFFImageReader
1064 = dstRect.intersection(theImage.getRaster().getBounds());
1132 processImageUpdate(theImage,
1141 this.theImage = getDestination(param,
1156 computeRegions(imageReadParam, width, height, theImage,
1171 return theImage;
1253 = theImage.getColorModel().getColorSpace().getType()
1266 && theImage.getColorModel().getColorSpace().getType()
1279 decompressor.setImage(theImage);
1335 return theImage;
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageReader.java101 BufferedImage theImage = null; field in class:GIFImageReader
427 processImageUpdate(theImage,
473 processPassComplete(theImage);
843 processPassStarted(theImage,
875 this.theImage = getDestination(param,
879 this.theTile = theImage.getWritableTile(0, 0);
892 computeRegions(param, width, height, theImage,
913 return theImage;
920 // Read and decode the image data, fill in theImage
970 return theImage;
[all...]
/openjdk9/jdk/test/javax/imageio/plugins/bmp/
H A DReaderListenersTest.java217 public void imageUpdate(ImageReader source, BufferedImage theImage, argument
224 public void passComplete(ImageReader source, BufferedImage theImage) { argument
227 public void passStarted(ImageReader source, BufferedImage theImage, argument
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java189 BufferedImage theImage = null; field in class:PNGImageReader
965 WritableRaster imRas = theImage.getWritableTile(0, 0);
1047 processPassStarted(theImage,
1208 processImageUpdate(theImage,
1216 processPassComplete(theImage);
1324 theImage = getDestination(param,
1332 theImage,
1342 theImage.getSampleModel().getNumBands());
1628 return theImage;
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/
H A DImageTests.java287 Image theImage; field in class:ImageTests.TriStateImageType
302 if (theImage == null ||
303 theImage.getWidth(null) != w ||
304 theImage.getHeight(null) != h)
306 theImage = makeImage(env, w, h);
308 return theImage;
/openjdk9/jdk/src/java.desktop/share/classes/javax/imageio/
H A DImageReader.java2182 * @param theImage the {@code BufferedImage} being updated.
2195 protected void processPassStarted(BufferedImage theImage, argument
2208 listener.passStarted(this, theImage, pass,
2223 * @param theImage the {@code BufferedImage} being updated.
2237 protected void processImageUpdate(BufferedImage theImage, argument
2250 theImage,
2264 * @param theImage the {@code BufferedImage} being updated.
2266 protected void processPassComplete(BufferedImage theImage) { argument
2274 listener.passComplete(this, theImage);
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java1861 BufferedImage theImage,
1867 processImageUpdate(theImage, minX, minY,
1872 BufferedImage theImage)
1874 processPassComplete(theImage);
1877 BufferedImage theImage,
1884 processPassStarted(theImage, pass, minPass, maxPass,

Completed in 137 milliseconds