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

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DLookupOp.java483 int tidx;
498 tidx = 0;
499 for ( band=0; band < numBands; band++, tidx+=step) {
514 srcPix[x] = table[tidx][index];
531 int tidx;
545 tidx = 0;
546 for ( band=0; band < numBands; band++, tidx+=step) {
560 srcPix[x] = table[tidx][index];
H A DRescaleOp.java469 int tidx = 0;
559 tidx = 0;
560 for (int z=0; z<numBands; z++, tidx += step) {
561 val = (int)(srcPix[z]*scaleFactors[tidx]
562 + offsets[tidx]);

Completed in 47 milliseconds