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

  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 183 * Concat this colormatrix with the specified prematrix. This is logically
184 * the same as calling setConcat(this, prematrix);
186 public void preConcat(ColorMatrix prematrix) {
187 setConcat(this, prematrix);
  /external/skia/src/core/
SkDraw.cpp 609 SkMatrix preMatrix;
613 preMatrix.setTranslate(pts[i].fX, pts[i].fY);
616 this->drawPath(path, paint, &preMatrix, (count-1) == i);
    [all...]

Completed in 779 milliseconds