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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageWriter.java96 private short[] spixels; field in class:BMPImageWriter
831 if (spixels == null)
832 spixels = new short[scanlineBytes / numBands];
843 spixels[m] = 0;
849 spixels[m] = (short)
856 spixels[m] |=
861 stream.writeShorts(spixels, 0, spixels.length);

Completed in 57 milliseconds