Searched refs:mStaticMatrix (Results 1 – 2 of 2) sorted by relevance
204 delete mStaticMatrix; in setStaticMatrix() local206 mStaticMatrix = new SkMatrix(*matrix); in setStaticMatrix()208 mStaticMatrix = nullptr; in setStaticMatrix()214 const SkMatrix* getStaticMatrix() const { return mStaticMatrix; } in getStaticMatrix()579 SkMatrix* mStaticMatrix; variable
75 RenderProperties::RenderProperties() : mStaticMatrix(nullptr), mAnimationMatrix(nullptr) {} in RenderProperties()78 delete mStaticMatrix; in ~RenderProperties()115 dumpMatrix(output, indent, "ConcatMatrix (static)", mStaticMatrix); in debugOutputProperties()