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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageWriter.java390 if (metadata.IHDR_filterMethod != 0) {
394 cs.writeByte(metadata.IHDR_filterMethod);
H A DPNGMetadata.java124 public int IHDR_filterMethod; field in class:PNGMetadata
484 // IHDR_filterMethod must be 0 in PNG 1.1
486 IHDR_filterMethodNames[IHDR_filterMethod]);
1266 IHDR_filterMethod =
H A DPNGImageReader.java311 metadata.IHDR_filterMethod = filterMethod;

Completed in 88 milliseconds