Searched refs:sof (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/test/tools/javac/
H A DCaptureInSubtype.java66 SuperOfFlaw<List<?>> sof = sosf.m();
69 sof.put(ls);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGMetadata.java617 // sof
812 SOFMarkerSegment sof = (SOFMarkerSegment)
814 if (sof == null) {
824 int numChannels = sof.componentSpecs.length;
873 for (int i = 0; i < sof.componentSpecs.length; i++) {
874 int id = sof.componentSpecs[i].componentId;
875 if ((id < 1) || (id >= sof.componentSpecs.length)) {
889 if ((sof.componentSpecs[0].componentId == 'R')
890 && (sof.componentSpecs[1].componentId == 'G')
891 && (sof
[all...]
H A DJPEGImageWriter.java641 SOFMarkerSegment sof = null;
648 sof = (SOFMarkerSegment) metadata.findMarkerSegment
664 checkSOFBands(sof, numBandsUsed);
715 checkSOFBands(sof, numBandsUsed);
772 int outCS = sof.getIDencodedCSType();
779 isSubsampled(sof.componentSpecs);
803 int outCS = sof.getIDencodedCSType();
810 isSubsampled(sof.componentSpecs);
865 if (sof == null) {
866 sof
1342 checkSOFBands(SOFMarkerSegment sof, int numBandsUsed) argument
1390 collectScans(JPEGMetadata metadata, SOFMarkerSegment sof) argument
[all...]
H A DJFIFMarkerSegment.java1226 SOFMarkerSegment sof =
1229 if (sof != null) {
1230 retval = sof.samplesPerLine;
1237 SOFMarkerSegment sof =
1240 if (sof != null) {
1241 retval = sof.numLines;

Completed in 31 milliseconds