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

/frameworks/base/graphics/java/android/graphics/
H A DColorMatrix.java218 * Concat this colormatrix with the specified postmatrix.
220 * This is logically the same as calling setConcat(postmatrix, this);
223 public void postConcat(ColorMatrix postmatrix) { argument
224 setConcat(postmatrix, this);

Completed in 51 milliseconds