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

/openjdk7/jdk/src/share/classes/javax/imageio/event/
H A DIIOReadUpdateListener.java53 * columns, the <code>periodX</code> and <code>periodY</code>
69 * @param periodX the horizontal spacing between updated pixels;
81 int periodX, int periodY,
107 * (<code>periodX</code> and <code>periodY</code>); and a set of
115 * periodX = 2
138 * @param periodX the horizontal spacing between updated pixels;
149 int periodX, int periodY,
186 * @param periodX the horizontal spacing between updated pixels;
200 int periodX, int periodY,
218 * @param periodX 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/png/
H A DPNGImageWriter.java290 int periodX = 1; field in class:PNGImageWriter
772 xOffset *= periodX;
773 xSkip *= periodX;
1044 this.periodX = 1;
1072 periodX = param.getSourceXSubsampling();
1083 int destWidth = (sourceWidth + periodX - 1)/periodX;
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReader.java2194 * @param periodX the horizontal separation between pixels.
2203 int periodX, int periodY,
2216 periodX, periodY,
2233 * pixels being skipped if <code>periodX &gt; 1</code>.
2236 * @param periodX the horizontal separation between pixels.
2244 int periodX, int periodY,
2257 periodX, periodY,
2297 * @param periodX the horizontal separation between pixels.
2306 int periodX, int periodY,
2319 periodX, period
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/jpeg/
H A DJPEGImageReader.java1104 int periodX = 1;
1111 periodX = param.getSourceXSubsampling();
1210 System.out.println("periodX is " + periodX);
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

Completed in 45 milliseconds