Searched defs:minPass (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReadParam.java418 * in the stream. Thus if <code>minPass + numPasses - 1</code> is
424 * <code>minPass</code> forward should be read. Otherwise, the
425 * index of the last pass (<i>i.e.</i>, <code>minPass + numPasses
432 * @param minPass the index of the first pass to be decoded.
435 * @exception IllegalArgumentException if <code>minPass</code> is
438 * <code>Integer.MAX_VALUE</code> but <code>minPass +
445 public void setSourceProgressivePasses(int minPass, int numPasses) { argument
446 if (minPass < 0) {
447 throw new IllegalArgumentException("minPass < 0!");
453 (((minPass
[all...]
H A DImageReader.java2188 * @param minPass the index of the first pass that will be decoded.
2201 int minPass, int maxPass,
2213 minPass,
2291 * @param minPass the index of the first pass that will be decoded.
2304 int minPass, int maxPass,
2316 minPass,
2199 processPassStarted(BufferedImage theImage, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument
2302 processThumbnailPassStarted(BufferedImage theThumbnail, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument
/openjdk7/jdk/src/share/classes/javax/imageio/event/
H A DIIOReadUpdateListener.java63 * @param minPass the index of the first pass that will be decoded.
79 int minPass, int maxPass,
180 * @param minPass the index of the first pass that will be decoded.
198 int minPass, int maxPass,
76 passStarted(ImageReader source, BufferedImage theImage, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument
195 thumbnailPassStarted(ImageReader source, BufferedImage theThumbnail, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument

Completed in 2135 milliseconds