Searched refs:periodY (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/event/
H A DIIOReadUpdateListener.java53 * columns, the <code>periodX</code> and <code>periodY</code>
71 * @param periodY the vertical spacing between updated pixels;
81 int periodX, int periodY,
107 * (<code>periodX</code> and <code>periodY</code>); and a set of
116 * periodY = 3
140 * @param periodY the vertical spacing between updated pixels;
149 int periodX, int periodY,
188 * @param periodY the vertical spacing between updated pixels;
200 int periodX, int periodY,
220 * @param periodY th
76 passStarted(ImageReader source, BufferedImage theImage, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument
145 imageUpdate(ImageReader source, BufferedImage theImage, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
195 thumbnailPassStarted(ImageReader source, BufferedImage theThumbnail, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument
227 thumbnailUpdate(ImageReader source, BufferedImage theThumbnail, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageWriter.java144 int periodY = 1;
171 periodY = p.getSourceYSubsampling();
176 (sourceBounds.height + periodY - 1)/periodY);
888 int periodY;
891 periodY = 1;
894 periodY = param.getSourceYSubsampling();
911 * - no subsampling required (periodX = 1, periodY = 0)
917 periodX == 1 && periodY == 1 &&
979 sourceYOffset, 8*periodY,
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReader.java2195 * @param periodY the vertical separation between pixels.
2203 int periodX, int periodY,
2216 periodX, periodY,
2235 * including pixels being skipped if <code>periodY &gt; 1</code>.
2237 * @param periodY the vertical separation between pixels.
2244 int periodX, int periodY,
2257 periodX, periodY,
2298 * @param periodY the vertical separation between pixels.
2306 int periodX, int periodY,
2319 periodX, periodY,
2199 processPassStarted(BufferedImage theImage, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument
2241 processImageUpdate(BufferedImage theImage, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
2302 processThumbnailPassStarted(BufferedImage theThumbnail, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) argument
2345 processThumbnailUpdate(BufferedImage theThumbnail, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageWriter.java291 int periodY = 1; field in class:PNGImageWriter
774 yOffset *= periodY;
775 ySkip *= periodY;
1045 this.periodY = 1;
1073 periodY = param.getSourceYSubsampling();
1084 int destHeight = (sourceHeight + periodY - 1)/periodY;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java1105 int periodY = 1;
1112 periodY = param.getSourceYSubsampling();
1211 System.out.println("periodY is " + periodY);
1233 periodX, periodY,
1395 int periodX, int periodY,
1388 readImage(long structPointer, byte [] buffer, int numRasterBands, int [] srcBands, int [] bandSizes, int sourceXOffset, int sourceYOffset, int sourceWidth, int sourceHeight, int periodX, int periodY, JPEGQTable [] abbrevQTables, JPEGHuffmanTable [] abbrevDCHuffmanTables, JPEGHuffmanTable [] abbrevACHuffmanTables, int minProgressivePass, int maxProgressivePass, boolean wantUpdates) argument
H A DJPEGImageWriter.java538 int periodY = 1;
571 periodY = param.getSourceYSubsampling();
1027 int destHeight = (sourceHeight + periodY - 1)/periodY;
1065 periodX, periodY,
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java1683 int periodX, int periodY,
1688 periodX, periodY, bands);
1700 int periodX, int periodY,
1704 minX, minY, periodX, periodY,
1714 int periodX, int periodY,
1720 int periodX, int periodY,

Completed in 57 milliseconds