Searched refs:scalel (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.
318 byte[][] scalel = null; // Low bytes of output field in class:PNGImageWriter
895 currRow[count++] = scalel[b][samples[s + b]];
971 // Initialize the scale/scale0 or scaleh/scalel arrays to
999 scaleh = scalel = null;
1003 scalel = new byte[numBands][];
1009 scalel[b] = new byte[maxInSample + 1];
1013 scalel[b][s] = (byte)(val & 0xff);

Completed in 968 milliseconds