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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageWriter.java307 // given by sampleSize, and an output bit depth given by scalingBitDepth.
309 int[] sampleSize = null; // Sample size per band, in bits field in class:PNGImageWriter
974 private void initializeScaleTables(int[] sampleSize) { argument
979 equals(sampleSize, this.sampleSize)) {
984 this.sampleSize = sampleSize;
990 int maxInSample = (1 << sampleSize[b]) - 1;
1006 int maxInSample = (1 << sampleSize[b]) - 1;

Completed in 179 milliseconds