Home
last modified time | relevance | path

Searched refs:fMatrixStorage (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkCanvas.cpp105 fMatrixStorage = totalMatrix; in updateMC()
106 fMatrixStorage.postTranslate(SkIntToScalar(-x), in updateMC()
108 fMatrix = &fMatrixStorage; in updateMC()
144 SkMatrix fMatrixStorage, fMVMatrixStorage; member
173 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