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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java159 private int[] sourceBands, destBands; field in class:BMPImageReader
723 destBands = param.getDestinationBands();
725 seleBand = (sourceBands != null) && (destBands != null);
732 destBands = new int[numBands];
734 destBands[i] = sourceBands[i] = i;
1225 for (int b = 0; b < destBands.length; b++)
1226 bdata[n + destBands[b]] = buf[m + sourceBands[b]];

Completed in 25 milliseconds