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

  /external/chromium_org/third_party/skia/include/core/
SkShader.h 45 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; }
50 bool hasLocalMatrix() const { return !fLocalMatrix.isIdentity(); }
57 void setLocalMatrix(const SkMatrix& localM) { fLocalMatrix = localM; }
62 void resetLocalMatrix() { fLocalMatrix.reset(); }
130 ContextRec() : fDevice(NULL), fPaint(NULL), fMatrix(NULL), fLocalMatrix(NULL) {}
135 , fLocalMatrix(NULL) {}
140 const SkMatrix* fLocalMatrix; // optional local matrix
469 SkMatrix fLocalMatrix;
  /external/skia/include/core/
SkShader.h 45 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; }
50 bool hasLocalMatrix() const { return !fLocalMatrix.isIdentity(); }
57 void setLocalMatrix(const SkMatrix& localM) { fLocalMatrix = localM; }
62 void resetLocalMatrix() { fLocalMatrix.reset(); }
130 ContextRec() : fDevice(NULL), fPaint(NULL), fMatrix(NULL), fLocalMatrix(NULL) {}
135 , fLocalMatrix(NULL) {}
140 const SkMatrix* fLocalMatrix; // optional local matrix
475 SkMatrix fLocalMatrix;

Completed in 5526 milliseconds