Lines Matching refs:fMatrixStorage
174 fMatrixStorage = totalMatrix;
175 fMatrixStorage.postTranslate(SkIntToScalar(-x),
177 fMatrix = &fMatrixStorage;
203 SkMatrix fMatrixStorage;
217 SkMatrix* fMatrix; // points to either fMatrixStorage or prev MCRec
233 fMatrixStorage = *prev->fMatrix;
234 fMatrix = &fMatrixStorage;
251 fMatrixStorage.reset();
253 fMatrix = &fMatrixStorage;
270 SkMatrix fMatrixStorage;