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 43 bool hasLocalMatrix() const { return !fLocalMatrix.isIdentity(); }
48 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; }
54 void setLocalMatrix(const SkMatrix& localM) { fLocalMatrix = localM; }
59 void resetLocalMatrix() { fLocalMatrix.reset(); }
363 SkMatrix fLocalMatrix;
  /external/skia/include/core/
SkShader.h 43 bool hasLocalMatrix() const { return !fLocalMatrix.isIdentity(); }
48 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; }
54 void setLocalMatrix(const SkMatrix& localM) { fLocalMatrix = localM; }
59 void resetLocalMatrix() { fLocalMatrix.reset(); }
363 SkMatrix fLocalMatrix;

Completed in 732 milliseconds