HomeSort by relevance Sort by last modified time
    Searched refs:fMatrixStorage (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/core/
SkCanvas.cpp 105 fMatrixStorage = totalMatrix;
106 fMatrixStorage.postTranslate(SkIntToScalar(-x),
108 fMatrix = &fMatrixStorage;
144 SkMatrix fMatrixStorage, fMVMatrixStorage;
157 SkMatrix* fMatrix; // points to either fMatrixStorage or prev MCRec
173 fMatrixStorage = *prev->fMatrix;
174 fMatrix = &fMatrixStorage;
191 fMatrixStorage.reset();
193 fMatrix = &fMatrixStorage;
210 SkMatrix fMatrixStorage;
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 174 fMatrixStorage = totalMatrix;
175 fMatrixStorage.postTranslate(SkIntToScalar(-x),
177 fMatrix = &fMatrixStorage;
203 SkMatrix fMatrixStorage;
216 SkMatrix* fMatrix; // points to either fMatrixStorage or prev MCRec
232 fMatrixStorage = *prev->fMatrix;
233 fMatrix = &fMatrixStorage;
250 fMatrixStorage.reset();
252 fMatrix = &fMatrixStorage;
269 SkMatrix fMatrixStorage;
    [all...]

Completed in 410 milliseconds