Searched defs:fMatrixStorage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp174 fMatrixStorage = totalMatrix;
175 fMatrixStorage.postTranslate(SkIntToScalar(-x),
177 fMatrix = &fMatrixStorage;
203 SkMatrix fMatrixStorage; member in struct:DeviceCM
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; member in class:SkCanvas::MCRec
[all...]
/external/skia/src/core/
H A DSkCanvas.cpp174 fMatrixStorage = totalMatrix;
175 fMatrixStorage.postTranslate(SkIntToScalar(-x),
177 fMatrix = &fMatrixStorage;
203 SkMatrix fMatrixStorage; member in struct:DeviceCM
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; member in class:SkCanvas::MCRec
[all...]

Completed in 250 milliseconds