Home | History | Annotate | Download | only in core

Lines Matching refs:totalMatrix

163     void updateMC(const SkMatrix& totalMatrix, const SkRasterClip& totalClip,
171 fMatrix = &totalMatrix;
174 fMatrixStorage = totalMatrix;
697 const SkMatrix& totalMatrix = this->getTotalMatrix();
702 layer->updateMC(totalMatrix, totalClip, fClipStack, NULL);
706 layer->updateMC(totalMatrix, clip, fClipStack, &clip);