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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFMetadata.java123 protected static float getFloatAttribute(Node node, String name, method in class:GIFMetadata
142 protected static float getFloatAttribute(Node node, String name) method in class:GIFMetadata
144 return getFloatAttribute(node, name, -1.0F, true);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java1122 private float getFloatAttribute(Node node, String name, method in class:PNGMetadata
1139 private float getFloatAttribute(Node node, String name) method in class:PNGMetadata
1141 return getFloatAttribute(node, name, -1.0F, true);
1755 float gamma = getFloatAttribute(child, "value");
1898 aspectRatio = getFloatAttribute(child, "value");
1901 width = getFloatAttribute(child, "value");
1904 height = getFloatAttribute(child, "value");

Completed in 46 milliseconds