Home | History | Annotate | Download | only in core

Lines Matching refs:setConcat

575 bool SkMatrix::setConcat(const SkMatrix& a, const SkMatrix& b) {
664 // to ourselves inside setConcat()
665 return mat.isIdentity() || this->setConcat(*this, mat);
670 // to ourselves inside setConcat()
671 return mat.isIdentity() || this->setConcat(mat, *this);
1623 if (!result.setConcat(tempMap, result)) {