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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPMetadata.java59 public int colorsImportant; field in class:BMPMetadata
144 addChildNode(root, "ColorsImportant", new Integer(colorsImportant));
H A DBMPImageReader.java287 long colorsImportant = iis.readUnsignedInt();
293 metadata.colorsImportant = (int)colorsImportant;
H A DBMPImageWriter.java488 int colorsImportant = paletteEntries;
540 stream.writeInt(colorsImportant);

Completed in 39 milliseconds