Home | History | Annotate | Download | only in core

Lines Matching full:prematrix

654                     SkMatrix    preMatrix;
658 preMatrix.setTranslate(pts[i].fX, pts[i].fY);
662 fDevice->drawPath(*this, path, newPaint, &preMatrix,
665 this->drawPath(path, newPaint, &preMatrix,
1296 void SkDraw::drawBitmap(const SkBitmap& bitmap, const SkMatrix& prematrix,
1311 if (!matrix.setConcat(*fMatrix, prematrix)) {