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 151 fMatrixStorage = totalMatrix;
152 fMatrixStorage.postTranslate(SkIntToScalar(-x),
154 fMatrix = &fMatrixStorage;
180 SkMatrix fMatrixStorage;
193 SkMatrix* fMatrix; // points to either fMatrixStorage or prev MCRec
209 fMatrixStorage = *prev->fMatrix;
210 fMatrix = &fMatrixStorage;
227 fMatrixStorage.reset();
229 fMatrix = &fMatrixStorage;
246 SkMatrix fMatrixStorage;
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 151 fMatrixStorage = totalMatrix;
152 fMatrixStorage.postTranslate(SkIntToScalar(-x),
154 fMatrix = &fMatrixStorage;
180 SkMatrix fMatrixStorage;
193 SkMatrix* fMatrix; // points to either fMatrixStorage or prev MCRec
209 fMatrixStorage = *prev->fMatrix;
210 fMatrix = &fMatrixStorage;
227 fMatrixStorage.reset();
229 fMatrix = &fMatrixStorage;
246 SkMatrix fMatrixStorage;
    [all...]

Completed in 595 milliseconds