Searched refs:mStaticMatrix (Results 1 – 2 of 2) sorted by relevance
219 delete mStaticMatrix; in setStaticMatrix() local221 mStaticMatrix = new SkMatrix(*matrix); in setStaticMatrix()223 mStaticMatrix = nullptr; in setStaticMatrix()229 const SkMatrix* getStaticMatrix() const { return mStaticMatrix; } in getStaticMatrix()599 SkMatrix* mStaticMatrix; variable
83 RenderProperties::RenderProperties() : mStaticMatrix(nullptr), mAnimationMatrix(nullptr) {} in RenderProperties()86 delete mStaticMatrix; in ~RenderProperties()123 dumpMatrix(output, indent, "ConcatMatrix (static)", mStaticMatrix); in debugOutputProperties()