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

/frameworks/base/graphics/java/android/graphics/
H A DColorMatrix.java151 * as applying matB and then applying matA. It is legal for either matA or
152 * matB to be the same colormatrix as this.
154 public void setConcat(ColorMatrix matA, ColorMatrix matB) { argument
157 if (matA == this || matB == this) {
165 final float[] b = matB.mArray;

Completed in 156 milliseconds