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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageWriter.java304 // will be valid, or scaleh and scalel will be valid, but not both.
317 byte[][] scaleh = null; // High bytes of output field in class:PNGImageWriter
894 currRow[count++] = scaleh[b][samples[s + b]];
971 // Initialize the scale/scale0 or scaleh/scalel arrays to
999 scaleh = scalel = null;
1002 scaleh = new byte[numBands][];
1008 scaleh[b] = new byte[maxInSample + 1];
1012 scaleh[b][s] = (byte)(val >> 8);

Completed in 31 milliseconds