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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageWriter.java340 // metadata must have a jfif node
639 JFIFMarkerSegment jfif = null;
644 jfif = (JFIFMarkerSegment) metadata.findMarkerSegment
666 checkJFIF(jfif, destType, false);
668 if ((jfif != null) && (ignoreJFIF == false)) {
731 if (jfif != null) {
747 if (jfif != null) {
751 && (jfif.iccSegment != null))) {
788 if (jfif != null) {
820 if (jfif !
1353 checkJFIF(JFIFMarkerSegment jfif, ImageTypeSpecifier type, boolean input) argument
[all...]

Completed in 33 milliseconds