Searched refs:band (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DSpanClipRenderer.java58 int band[]; field in class:SpanClipRenderer.SCRcontext
64 band = new int[4];
92 int[] band = context.band;
93 band[0] = x;
94 band[1] = y;
95 band[2] = x + w;
96 band[3] = y + h;
109 fillTile(ri, atile, offset, tsize, band);
111 eraseTile(ri, atile, offset, tsize, band);
124 fillTile(RegionIterator ri, byte[] alpha, int offset, int tsize, int[] band) argument
128 eraseTile(RegionIterator ri, byte[] alpha, int offset, int tsize, int[] band) argument
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h31 struct band;
218 band* all_bands; // indexed by band_number
264 band** elems; // array of top-level layout elems (or callables)
267 band** bands() { assert(elems != null); return elems; }
293 band& xxx_flags_hi();
294 band& xxx_flags_lo();
295 band& xxx_attr_count();
296 band& xxx_attr_indexes();
297 band& xxx_attr_calls();
298 band
[all...]
H A Dbands.cpp46 inline void band::abort(const char* msg) { u->abort(msg); }
47 inline bool band::aborting() { return u->aborting(); }
49 void band::readData(int expectedLength) {
69 // Make a conservatively generous estimate of band size in bytes.
82 // must have already read from previous band:
85 || endsWith(name, "_lo") // preceded by _hi conditional band
86 || bn == e_file_options // preceded by conditional band
125 // Scribble the initial byte onto the band.
139 (name?name:"(band)"), minRP(), length, size(), cp1, cp2));
144 band save
[all...]
H A Dbands.h31 struct band { struct
35 int bn; // band_number of this band
45 byte* rplimit; // end of band (encoded, transmitted)
56 band** le_body; // body of repl, union, call (null-terminated)
60 band& nextBand() { return this[1]; }
61 band& prevBand() { return this[-1]; }
89 // Parse the band and its meta-coding header.
92 // Reset the band for another pass (Cf. Java Band.resetForSecondPass.)
109 jlong getLong(band& lo_band, bool have_hi);
118 static band* makeBand
[all...]
H A Dunpack.cpp533 AH_SPECIAL_FORMAT_LEN = 2, // layouts/band-headers
665 julong x = band::makeLong(hi, lo);
832 abort("EOF reading band headers");
840 // Start scanning band headers here:
845 // Put evil meta-codes at the end of the band headers,
1014 // First band: Read lengths of shared prefixes.
1019 // Second band: Read lengths of unshared suffixes:
1031 // Third band: Read the char values in the unshared suffixes:
1082 // Fourth band: Go back and size the specially packed strings.
1108 // Fifth band(
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteBandedRaster.java39 * 8-bit samples stored in possibly separate arrays for each band.
40 * Operations on sets of pixels are performed on a given band in the
41 * Raster before moving on to the next band. The arrays used for
43 * Each band additionally has an offset that is added to determine the
53 /** Data offsets for each band of image data. */
167 * Returns a copy of the data offsets array. For each band the data
168 * offset is the index into the band's data array, of the first sample
169 * of the band.
176 * Returns data offset for the specified band. The data offset
177 * is the index into the band'
181 getDataOffset(int band) argument
212 getDataStorage(int band) argument
330 getByteData(int x, int y, int w, int h, int band, byte[] outData) argument
558 putByteData(int x, int y, int w, int h, int band, byte[] inData) argument
[all...]
H A DShortBandedRaster.java39 * samples stored in separate arrays for each band. Operations on
40 * sets of pixels are performed on a given band of each pixel
41 * in the set before moving on to the next band. The arrays used
51 /** Data offsets for each band of image data. */
163 * Returns a copy of the data offsets array. For each band the data offset
164 * is the index into the band's data array, of the first sample of the
165 * band.
172 * Returns the data offset for the specified band. The data offset
173 * is the index into the band's data array
175 * @param The band whos
177 getDataOffset(int band) argument
208 getDataStorage(int band) argument
325 getShortData(int x, int y, int w, int h, int band, short[] outData) argument
556 putShortData(int x, int y, int w, int h, int band, short[] inData) argument
[all...]
H A DShortInterleavedRaster.java47 * IndexColorModel if there is only one band.
170 " or 1 band ComponentSampleModel. Sample model is "+
178 * Returns a copy of the data offsets array. For each band the data offset
179 * is the index into the band's data array, of the first sample of the
180 * band.
187 * Returns the data offset for the specified band. The data offset
190 * @param band The band whose offset is returned.
192 public int getDataOffset(int band) { argument
193 return dataOffsets[band];
334 getShortData(int x, int y, int w, int h, int band, short[] outData) argument
577 putShortData(int x, int y, int w, int h, int band, short[] inData) argument
[all...]
H A DByteComponentRaster.java47 * IndexColorModel if there is only one band.
56 /** private band offset for use by native code */
59 /** Data offsets for each band of image data. */
205 * Returns a copy of the data offsets array. For each band the data offset
206 * is the index into the band's data array, of the first sample of the
207 * band.
214 * Returns the data offset for the specified band. The data offset
217 * @param band The band whose offset is returned.
219 public int getDataOffset(int band) { argument
362 getByteData(int x, int y, int w, int h, int band, byte[] outData) argument
644 putByteData(int x, int y, int w, int h, int band, byte[] inData) argument
[all...]
H A DShortComponentRaster.java46 * IndexColorModel if there is only one band.
56 /** private band offset for use by native code */
59 /** Data offsets for each band of image data. */
205 * Returns a copy of the data offsets array. For each band the data offset
206 * is the index into the band's data array, of the first sample of the
207 * band.
214 * Returns the data offset for the specified band. The data offset
217 * @param band The band whose offset is returned.
219 public int getDataOffset(int band) { argument
361 getShortData(int x, int y, int w, int h, int band, short[] outData) argument
605 putShortData(int x, int y, int w, int h, int band, short[] inData) argument
[all...]
H A DIntegerComponentRaster.java68 /** private band offset for use by native code */
71 /** Data offsets for each band of image data. */
216 * Returns a copy of the data offsets array. For each band the data offset
217 * is the index into the band's data array, of the first sample of the
218 * band.
225 * Returns data offset for the specified band. The data offset
229 public int getDataOffset(int band) { argument
230 return dataOffsets[band];
244 * samples for the same band on the same scanline.
287 for (int band
[all...]
H A DByteInterleavedRaster.java48 * bands, or an IndexColorModel if there is only one band.
147 // Determine range of band offsets
257 * Returns a copy of the data offsets array. For each band the data offset
258 * is the index into the band's data array, of the first sample of the
259 * band.
266 * Returns the data offset for the specified band. The data offset
269 * @param band The band whose offset is returned.
271 public int getDataOffset(int band) { argument
272 return dataOffsets[band];
386 getByteData(int x, int y, int w, int h, int band, byte[] outData) argument
696 putByteData(int x, int y, int w, int h, int band, byte[] inData) argument
[all...]
H A DIntegerInterleavedRaster.java159 * Returns a copy of the data offsets array. For each band the data offset
160 * is the index into the band's data array, of the first sample of the
161 * band.
168 * Returns data offset for the specified band. The data offset
172 public int getDataOffset(int band) { argument
173 return dataOffsets[band];
187 * samples for the same band on the same scanline.
405 * for the nth band at location (x2, y2) would be found at:
452 * @param bandList Array of band indices.
506 * @param bandList Array of band indice
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DLookupOp.java55 * This allows non-uniform rescaling of multi-band BufferedImages.
59 * the lookup is done per band on the raw data of the BufferedImage source
493 int band;
499 for ( band=0; band < numBands; band++, tidx+=step) {
500 // Find data for this band, scanline
501 srcPix = src.getSamples(0, y, width, 1, band, srcPix);
517 dst.setSamples(0, y, width, 1, band, srcPix);
525 int band;
[all...]
H A DRescaleOp.java44 * for each band/component of the pixel {
67 * the rescaling is done per band on the raw data of the BufferedImage source
198 for (int band=0; band<scale.length; band++) {
199 float bandScale = scale[band];
200 float bandOff = off[band];
201 byte[] bandLutData = lutData[band];
233 for (int band=0; band<scal
[all...]
H A DPackedColorModel.java364 * associated with this <code>ColorModel</code> store the alpha band,
365 * if present, as the last band of image data. Returns <code>null</code>
380 int[] band = new int[1];
381 band[0] = raster.getNumBands() - 1;
384 band);
H A DSinglePixelPackedSampleModel.java58 * representing band <code>b</code> for pixel <code>x,y</code>
253 /** Returns the number of bits per sample for the specified band. */
254 public int getSampleSize(int band) { argument
255 return bitSizes[band];
496 * Returns as int the sample in a specified band for the pixel
502 * @param b The band to return.
504 * @return the sample in a specified band for the specified
519 * Returns the samples for a specified band for the specified rectangle
527 * @param b The band to return.
530 * @return the samples for the specified band fo
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReadParam.java255 * <p> Choosing a destination band subset will not affect the
266 * band index has been specified, or if the number of source bands
271 * @param destinationBands an array of integer band indices to be
287 int band = destinationBands[i];
288 if (band < 0) {
292 if (band == destinationBands[j]) {
293 throw new IllegalArgumentException("Duplicate band value!");
302 * Returns the set of band indices where data will be placed.
H A DIIOParam.java404 * source band index has been specified or if the number of source
413 * @param sourceBands an array of integer band indices to be
429 int band = sourceBands[i];
430 if (band < 0) {
434 if (band == sourceBands[j]) {
435 throw new IllegalArgumentException("Duplicate band value!");
H A DImageTypeSpecifier.java372 * offsets for each band.
524 * bank in which each band will be stored.
526 * starting offset of each band within its bank.
989 * Return the number of bits used to represent samples of the given band.
991 * @param band the index of the band to be queried, as an
996 * @exception IllegalArgumentException if <code>band</code> is
997 * negative or greater than the largest band index.
999 public int getBitsPerBand(int band) { argument
1000 if (band <
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h141 /* Might be 4 byte and band order different */
191 int awt_getPixelByte(JNIEnv *env, int band, RasterS_t *rasterP,
193 int awt_setPixelByte(JNIEnv *env, int band, RasterS_t *rasterP,
195 int awt_getPixelShort(JNIEnv *env, int band, RasterS_t *rasterP,
197 int awt_setPixelShort(JNIEnv *env, int band, RasterS_t *rasterP,
H A Dawt_parseImage.c812 * This routine will fill in a buffer of data for either 1 band or all
813 * bands (if band == -1).
817 int awt_getPixelByte(JNIEnv *env, int band, RasterS_t *rasterP, argument
842 if (band >= 0) {
844 if (band >= numBands) {
860 dOff = band;
911 int awt_setPixelByte(JNIEnv *env, int band, RasterS_t *rasterP, argument
935 if (band >= 0) {
937 if (band >= numBands) {
954 dOff = band;
999 awt_getPixelShort(JNIEnv *env, int band, RasterS_t *rasterP, unsigned short *bufferP) argument
1085 awt_setPixelShort(JNIEnv *env, int band, RasterS_t *rasterP, unsigned short *bufferP) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJExpressionImpl.java93 public final JExpression band(JExpression right) { method in class:JExpressionImpl
94 return JOp.band(this, right);
H A DJExpression.java110 JExpression band(JExpression right); method in interface:JExpression
H A DJOp.java168 public static JExpression band(JExpression left, JExpression right) { method in class:JOp

Completed in 178 milliseconds

12