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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFMetadata.java179 protected static int getEnumeratedAttribute(Node node, method in class:GIFMetadata
205 protected static int getEnumeratedAttribute(Node node, method in class:GIFMetadata
209 return getEnumeratedAttribute(node, name, legalNames, -1, true);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java1176 private int getEnumeratedAttribute(Node node, method in class:PNGMetadata
1200 private int getEnumeratedAttribute(Node node, method in class:PNGMetadata
1203 return getEnumeratedAttribute(node, name, legalNames, -1, true);
1259 IHDR_bitDepth = getEnumeratedAttribute(node, "bitDepth",
1261 IHDR_colorType = getEnumeratedAttribute(node, "colorType",
1264 getEnumeratedAttribute(node, "compressionMethod",
1267 getEnumeratedAttribute(node,
1271 getEnumeratedAttribute(node, "interlaceMethod",
1394 getEnumeratedAttribute(node, "compressionMethod",
1451 getEnumeratedAttribute(nod
[all...]

Completed in 550 milliseconds