Searched refs:mAnimationMatrix (Results 1 – 2 of 2) sorted by relevance
232 delete mAnimationMatrix; in setAnimationMatrix() local234 mAnimationMatrix = new SkMatrix(*matrix); in setAnimationMatrix()236 mAnimationMatrix = nullptr; in setAnimationMatrix()464 const SkMatrix* getAnimationMatrix() const { return mAnimationMatrix; } in getAnimationMatrix()600 SkMatrix* mAnimationMatrix; variable
83 RenderProperties::RenderProperties() : mStaticMatrix(nullptr), mAnimationMatrix(nullptr) {} in RenderProperties()87 delete mAnimationMatrix; in ~RenderProperties()124 dumpMatrix(output, indent, "ConcatMatrix (animation)", mAnimationMatrix); in debugOutputProperties()