Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCanvas.cpp117 SkMatrix fMatrixStorage; member
160 fMatrixStorage = totalMatrix; in updateMC()
161 fMatrixStorage.postTranslate(SkIntToScalar(-x), in updateMC()
163 fMatrix = &fMatrixStorage; in updateMC()