Searched refs:theThumbnail (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/event/
H A DIIOReadUpdateListener.java176 * @param theThumbnail the <code>BufferedImage</code> thumbnail
196 BufferedImage theThumbnail,
210 * @param theThumbnail the <code>BufferedImage</code> thumbnail
228 BufferedImage theThumbnail,
243 * @param theThumbnail the <code>BufferedImage</code> thumbnail
248 void thumbnailPassComplete(ImageReader source, BufferedImage theThumbnail); argument
195 thumbnailPassStarted(ImageReader source, BufferedImage theThumbnail, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument
227 thumbnailUpdate(ImageReader source, BufferedImage theThumbnail, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReader.java2288 * @param theThumbnail the <code>BufferedImage</code> thumbnail
2302 protected void processThumbnailPassStarted(BufferedImage theThumbnail, argument
2315 listener.thumbnailPassStarted(this, theThumbnail, pass,
2330 * @param theThumbnail the <code>BufferedImage</code> thumbnail
2345 protected void processThumbnailUpdate(BufferedImage theThumbnail, argument
2358 theThumbnail,
2372 * @param theThumbnail the <code>BufferedImage</code> thumbnail
2375 protected void processThumbnailPassComplete(BufferedImage theThumbnail) { argument
2383 listener.thumbnailPassComplete(this, theThumbnail);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java1717 BufferedImage theThumbnail,

Completed in 47 milliseconds