Searched refs:isSubsampled (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/imageio/plugins/gif/
H A DEncodeSubImageTest.java96 private void verify(File f, boolean isSubsampled) { argument
108 checkPixel(dst, 0, 0, isSubsampled);
110 checkPixel(dst, img.getWidth() / 2, img.getHeight() / 2, isSubsampled);
114 boolean isSubsampled)
116 int dx = isSubsampled ? x / subSampleX : x;
117 int dy = isSubsampled ? y / subSampleY : y;
113 checkPixel(BufferedImage dst, int x, int y, boolean isSubsampled) argument
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageWriter.java779 isSubsampled(sof.componentSpecs);
810 isSubsampled(sof.componentSpecs);
1644 private boolean isSubsampled(SOFMarkerSegment.ComponentSpec [] specs) { method in class:JPEGImageWriter

Completed in 39 milliseconds