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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageReader.java68 private int wbmpType; field in class:WBMPImageReader
132 wbmpType = iis.readByte(); // TypeField
137 || !isValidWbmpType(wbmpType))
142 metadata.wbmpType = wbmpType;
H A DWBMPMetadata.java47 public int wbmpType; field in class:WBMPMetadata
78 addChildNode(root, "WBMPType", new Integer(wbmpType));
H A DWBMPImageWriter.java119 meta.wbmpType = 0; // default wbmp level

Completed in 40 milliseconds