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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageWriter.java303 // After the first call to initializeScaleTables, either scale and scale0
314 byte[] scale0 = null; // equivalent to scale[0] field in class:PNGImageWriter
856 byte val = scale0[samples[s]];
876 currRow[count++] = scale0[samples[s]];
879 scale0[icm_gray_alpha.getAlpha(0xff & samples[s])];
971 // Initialize the scale/scale0 or scaleh/scalel arrays to
998 scale0 = scale[0];
1017 scale0 = null;

Completed in 30 milliseconds