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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGMetadata.java410 boolean willSubsample = true;
487 willSubsample = false;
515 willSubsample = false;
527 willSubsample = false;
538 willSubsample = false;
551 willSubsample = false;
553 willSubsample = true;
582 willSubsample = false;
609 markerSequence.add(new DQTMarkerSegment(quality, willSubsample));
614 markerSequence.add(new DHTMarkerSegment(willSubsample));
[all...]
H A DSOFMarkerSegment.java50 boolean willSubsample,
63 if (willSubsample) {
48 SOFMarkerSegment(boolean wantProg, boolean wantExtended, boolean willSubsample, byte[] componentIDs, int numComponents) argument
H A DSOSMarkerSegment.java49 SOSMarkerSegment(boolean willSubsample, argument
60 if (willSubsample) {

Completed in 32 milliseconds