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

/frameworks/base/awt/java/awt/image/
H A DBandCombineOp.java115 private int mxHeight; field in class:BandCombineOp
141 this.mxHeight = matrix.length;
143 this.matrix = new float[mxHeight][mxWidth];
145 for (int i = 0; i < mxHeight; i++) {
162 float res[][] = new float[mxHeight][mxWidth];
164 for (int i = 0; i < mxHeight; i++) {
186 if (mxWidth != numBands && mxWidth != (numBands + 1) || numBands != mxHeight) {
191 numBands, mxWidth, mxHeight
206 numBands, mxWidth, mxHeight
212 } else if (dst.getNumBands() != mxHeight) {
[all...]

Completed in 3 milliseconds