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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java185 public boolean pHYs_present; field in class:PNGMetadata
612 if (pHYs_present) {
965 float ratio = pHYs_present ?
974 if (pHYs_present && pHYs_unitSpecifier == PHYS_UNIT_METER) {
1454 pHYs_present = true;
1920 pHYs_present = true;
1925 pHYs_present = true;
2032 pHYs_present = false;

Completed in 25 milliseconds