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

  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp 174 fMatrixStorage = totalMatrix;
175 fMatrixStorage.postTranslate(SkIntToScalar(-x),
177 fMatrix = &fMatrixStorage;
203 SkMatrix fMatrixStorage;
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;
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 174 fMatrixStorage = totalMatrix;
175 fMatrixStorage.postTranslate(SkIntToScalar(-x),
177 fMatrix = &fMatrixStorage;
203 SkMatrix fMatrixStorage;
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;
    [all...]

Completed in 27 milliseconds