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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java125 public int IHDR_interlaceMethod; // 0 == none, 1 == adam7 field in class:PNGMetadata
488 IHDR_interlaceMethodNames[IHDR_interlaceMethod]);
895 (IHDR_interlaceMethod == 0) ? "1" : "7");
1270 IHDR_interlaceMethod =
1819 IHDR_interlaceMethod = (scans > 1) ? 1 : 0;

Completed in 34 milliseconds