Home | History | Annotate | Download | only in core

Lines Matching refs:fMatrix

22     fRoot->fMatrix = identity;
27 fCurrentState.fMatrix = identity;
60 fCurrentState.fMatrix = m;
78 n->fMatrix = fCurrentState.fMatrix;
151 if (fCurrentMatrix != fNodes.top()->fMatrix) {
152 fCurrentMatrix = fNodes.top()->fMatrix;
153 SkMatrix tmp = *fNodes.top()->fMatrix;
168 if (fCurrentMatrix != draw->fMatrix) {
169 SkMatrix tmp = *draw->fMatrix;
172 fCurrentMatrix = draw->fMatrix;