Searched refs:passWidth (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DReaderUtil.java162 * @param passWidth the width in pixels of the current progressive
185 int passWidth,
194 passXStart, passWidth, passPeriodX,
175 computeUpdatedPixels(Rectangle sourceRegion, Point destinationOffset, int dstMinX, int dstMinY, int dstMaxX, int dstMaxY, int sourceXSubsampling, int sourceYSubsampling, int passXStart, int passYStart, int passWidth, int passHeight, int passPeriodX, int passPeriodY) argument
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java902 private void skipPass(int passWidth, int passHeight) argument
904 if ((passWidth == 0) || (passHeight == 0)) {
909 int bytesPerRow = (inputBands*passWidth*metadata.IHDR_bitDepth + 7)/8;
932 int passWidth, int passHeight) throws IOException {
934 if ((passWidth == 0) || (passHeight == 0)) {
953 passWidth, passHeight,
966 int bytesPerRow = (inputBands*passWidth*bitDepth + 7)/8;
973 updateImageProgress(passWidth);
998 WritableRaster passRow = createRaster(passWidth, 1, inputBands,
1082 updateImageProgress(passWidth);
929 decodePass(int passNum, int xStart, int yStart, int xStep, int yStep, int passWidth, int passHeight) argument
[all...]

Completed in 59 milliseconds