Searched refs:getSourceYSubsampling (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/
H A DIIOParam.java343 * @see #getSourceYSubsampling
360 public int getSourceYSubsampling() { method in class:IIOParam
H A DImageReader.java2654 periodY = param.getSourceYSubsampling();
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageReader.java209 int scaleY = param.getSourceYSubsampling();
H A DWBMPImageWriter.java181 int scaleY = param.getSourceYSubsampling();
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageWriter.java171 periodY = p.getSourceYSubsampling();
894 periodY = param.getSourceYSubsampling();
H A DGIFImageReader.java869 this.sourceYSubsampling = param.getSourceYSubsampling();
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageWriter.java225 int scaleY = param.getSourceYSubsampling();
1371 bmpParam.getSourceYSubsampling(),
H A DBMPImageReader.java719 scaleY = param.getSourceYSubsampling();
1738 bmpParam.getSourceYSubsampling(),
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java1112 periodY = param.getSourceYSubsampling();
H A DJPEGImageWriter.java571 periodY = param.getSourceYSubsampling();
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageWriter.java1073 periodY = param.getSourceYSubsampling();
H A DPNGImageReader.java1246 sourceYSubsampling = param.getSourceYSubsampling();

Completed in 82 milliseconds