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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJFIFMarkerSegment.java78 JFIFThumbRGB thumb = null; // If present field in class:JFIFMarkerSegment
142 thumb = new JFIFThumbRGB(buffer, thumbWidth, thumbHeight);
309 if (thumb != null) {
311 return thumb.getWidth();
317 return jfxx.thumb.getWidth();
321 if (thumb != null) {
323 return thumb.getHeight();
329 return jfxx.thumb.getHeight();
337 if ((thumb != null) && (index == 0)) {
338 ret = thumb
369 write(ImageOutputStream ios, BufferedImage thumb, JPEGImageWriter writer) argument
475 writeThumb(ImageOutputStream ios, BufferedImage thumb, JFIFExtensionMarkerSegment jfxx, int index, boolean onlyOne, JPEGImageWriter writer) argument
588 expandGrayThumb(BufferedImage thumb) argument
655 JFIFThumb thumb; field in class:JFIFMarkerSegment.JFIFExtensionMarkerSegment
880 JFIFThumbUncompressed(BufferedImage thumb) argument
977 JFIFThumbRGB(BufferedImage thumb) argument
1045 JFIFThumbPalette(BufferedImage thumb) argument
1163 JFIFThumbJPEG(BufferedImage thumb) argument
[all...]

Completed in 25 milliseconds