HomeSort by relevance Sort by last modified time
    Searched full:prematrix (Results 1 - 4 of 4) 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/legacy/src/core/
SkDraw.cpp 605 SkMatrix preMatrix;
609 preMatrix.setTranslate(pts[i].fX, pts[i].fY);
613 fDevice->drawPath(*this, path, newPaint, &preMatrix,
616 this->drawPath(path, newPaint, &preMatrix,
    [all...]
  /external/skia/src/core/
SkDraw.cpp 644 SkMatrix preMatrix;
648 preMatrix.setTranslate(pts[i].fX, pts[i].fY);
652 fDevice->drawPath(*this, path, newPaint, &preMatrix,
655 this->drawPath(path, newPaint, &preMatrix,
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 145 milliseconds