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

/frameworks/base/graphics/java/android/graphics/
H A DColorMatrix.java208 * Concat this colormatrix with the specified prematrix.
210 * This is logically the same as calling setConcat(this, prematrix);
213 public void preConcat(ColorMatrix prematrix) { argument
214 setConcat(this, prematrix);

Completed in 43 milliseconds