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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java121 public int IHDR_bitDepth; field in class:PNGMetadata
258 * Sets the IHDR_bitDepth and IHDR_colorType variables.
266 // Initialize IHDR_bitDepth
291 IHDR_bitDepth = bitDepth;
311 int scale = 255/((1 << IHDR_bitDepth) - 1);
478 Integer.toString(IHDR_bitDepth));
928 String bitDepth = Integer.toString(IHDR_bitDepth);
1259 IHDR_bitDepth = getEnumeratedAttribute(node, "bitDepth",
1850 IHDR_bitDepth = maxBits;

Completed in 34 milliseconds