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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPMetadataFormat.java26 package com.sun.imageio.plugins.wbmp;
H A DWBMPImageWriterSpi.java26 package com.sun.imageio.plugins.wbmp;
44 {"com.sun.imageio.plugins.wbmp.WBMPImageReaderSpi"};
45 private static String[] formatNames = {"wbmp", "WBMP"};
46 private static String[] entensions = {"wbmp"};
47 private static String[] mimeType = {"image/vnd.wap.wbmp"};
57 "com.sun.imageio.plugins.wbmp.WBMPImageWriter",
H A DWBMPImageReaderSpi.java26 package com.sun.imageio.plugins.wbmp;
44 {"com.sun.imageio.plugins.wbmp.WBMPImageWriterSpi"};
45 private static String[] formatNames = {"wbmp", "WBMP"};
46 private static String[] entensions = {"wbmp"};
47 private static String[] mimeType = {"image/vnd.wap.wbmp"};
57 "com.sun.imageio.plugins.wbmp.WBMPImageReader",
64 "com.sun.imageio.plugins.wbmp.WBMPMetadataFormat",
110 // Assuming that wbmp image are used for mobile devices,
H A DWBMPMetadata.java26 package com.sun.imageio.plugins.wbmp;
55 "com.sun.imageio.plugins.wbmp.WBMPMetadataFormat",
H A DWBMPImageReader.java26 package com.sun.imageio.plugins.wbmp;
135 // check for valid wbmp image
316 * This method verifies that given byte is valid wbmp type marker.
317 * At the moment only 0x0 marker is described by wbmp spec.
H A DWBMPImageWriter.java26 package com.sun.imageio.plugins.wbmp;
119 meta.wbmpType = 0; // default wbmp level

Completed in 35 milliseconds