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

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

Completed in 37 milliseconds