Searched refs:fMatrixStorage (Results 1 – 1 of 1) sorted by relevance
109 fMatrixStorage = totalMatrix; in updateMC()110 fMatrixStorage.postTranslate(SkIntToScalar(-x), in updateMC()112 fMatrix = &fMatrixStorage; in updateMC()144 SkMatrix fMatrixStorage; member173 fMatrixStorage = *prev->fMatrix; in MCRec()174 fMatrix = &fMatrixStorage; in MCRec()191 fMatrixStorage.reset(); in MCRec()193 fMatrix = &fMatrixStorage; in MCRec()210 SkMatrix fMatrixStorage; member in SkCanvas::MCRec