Searched defs:scalingBitDepth (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.
310 int scalingBitDepth = -1; // Output bit depth of the scaling tables field in class:PNGImageWriter
978 if (bitDepth == scalingBitDepth &&
985 this.scalingBitDepth = bitDepth;

Completed in 25 milliseconds