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

  /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(); }
362 SkMatrix fLocalMatrix;
  /external/skia/legacy/include/core/
SkShader.h 299 SkMatrix* fLocalMatrix;

Completed in 23 milliseconds