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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageWriter.java395 if (metadata.IHDR_interlaceMethod < 0 ||
396 metadata.IHDR_interlaceMethod > 1) {
400 cs.writeByte(metadata.IHDR_interlaceMethod);
930 if (metadata.IHDR_interlaceMethod == 1) {
1107 metadata.IHDR_interlaceMethod = 1;
1110 metadata.IHDR_interlaceMethod = 0;
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;
H A DPNGImageReader.java312 metadata.IHDR_interlaceMethod = interlaceMethod;
1195 if (metadata.IHDR_interlaceMethod == 0) {

Completed in 290 milliseconds