Searched refs:thumbnailIndex (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/event/
H A DIIOWriteProgressListener.java102 * @param thumbnailIndex the index of the thumbnail being written.
105 int imageIndex, int thumbnailIndex);
104 thumbnailStarted(ImageWriter source, int imageIndex, int thumbnailIndex) argument
H A DIIOReadProgressListener.java133 * @param thumbnailIndex the index of the thumbnail being read.
136 int imageIndex, int thumbnailIndex);
135 thumbnailStarted(ImageReader source, int imageIndex, int thumbnailIndex) argument
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java1356 void thumbnailStarted(int thumbnailIndex) { argument
1359 processThumbnailStarted(currentImage, thumbnailIndex);
1491 public int getThumbnailWidth(int imageIndex, int thumbnailIndex) argument
1497 if ((thumbnailIndex < 0)
1498 || (thumbnailIndex >= getNumThumbnails(imageIndex))) {
1505 return jfif.getThumbnailWidth(thumbnailIndex);
1511 public int getThumbnailHeight(int imageIndex, int thumbnailIndex) argument
1517 if ((thumbnailIndex < 0)
1518 || (thumbnailIndex >= getNumThumbnails(imageIndex))) {
1525 return jfif.getThumbnailHeight(thumbnailIndex);
1531 readThumbnail(int imageIndex, int thumbnailIndex) argument
[all...]
H A DJPEGImageWriter.java1307 void thumbnailStarted(int thumbnailIndex) { argument
1310 processThumbnailStarted(currentImage, thumbnailIndex);
H A DJFIFMarkerSegment.java1261 int imageIndex, int thumbnailIndex) {}
1260 thumbnailStarted(ImageReader source, int imageIndex, int thumbnailIndex) argument
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReader.java1657 * <code>thumbnailIndex</code>, associated with the image indexed
1667 * thumbnailIndex).getWidth()</code>. Subclasses should therefore
1672 * @param thumbnailIndex the index of the thumbnail to be retrieved.
1683 public int getThumbnailWidth(int imageIndex, int thumbnailIndex) argument
1685 return readThumbnail(imageIndex, thumbnailIndex).getWidth();
1690 * <code>thumbnailIndex</code>, associated with the image indexed
1700 * thumbnailIndex).getHeight()</code>. Subclasses should
1705 * @param thumbnailIndex the index of the thumbnail to be retrieved.
1716 public int getThumbnailHeight(int imageIndex, int thumbnailIndex) argument
1718 return readThumbnail(imageIndex, thumbnailIndex)
1752 readThumbnail(int imageIndex, int thumbnailIndex) argument
2110 processThumbnailStarted(int imageIndex, int thumbnailIndex) argument
[all...]
H A DImageWriter.java1811 * @param thumbnailIndex the index of the thumbnail.
1814 int thumbnailIndex) {
1822 listener.thumbnailStarted(this, imageIndex, thumbnailIndex);
1813 processThumbnailStarted(int imageIndex, int thumbnailIndex) argument
/openjdk7/jdk/test/javax/imageio/plugins/jpeg/
H A DReadingInterruptionTest.java184 int thumbnailIndex) {};
182 thumbnailStarted(ImageReader source, int imageIndex, int thumbnailIndex) argument
H A DWritingInterruptionTest.java180 int thumbnailIndex) {};
178 thumbnailStarted(ImageWriter source, int imageIndex, int thumbnailIndex) argument
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputImageTests.java350 int imageIndex, int thumbnailIndex) {}
349 thumbnailStarted(ImageWriter source, int imageIndex, int thumbnailIndex) argument
H A DInputImageTests.java518 int imageIndex, int thumbnailIndex) {}
517 thumbnailStarted(ImageReader source, int imageIndex, int thumbnailIndex) argument
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageWriter.java1406 public void thumbnailStarted(ImageWriter source, int imageIndex, int thumbnailIndex) { argument

Completed in 64 milliseconds