HomeSort by relevance Sort by last modified time
    Searched full:postmatrix (Results 1 - 1 of 1) sorted by null

  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 191 * Concat this colormatrix with the specified postmatrix. This is logically
192 * the same as calling setConcat(postmatrix, this);
194 public void postConcat(ColorMatrix postmatrix) {
195 setConcat(postmatrix, this);

Completed in 51 milliseconds