Searched refs:mAnimationMatrix (Results 1 – 2 of 2) sorted by relevance
217 delete mAnimationMatrix; in setAnimationMatrix() local219 mAnimationMatrix = new SkMatrix(*matrix); in setAnimationMatrix()221 mAnimationMatrix = nullptr; in setAnimationMatrix()449 const SkMatrix* getAnimationMatrix() const { return mAnimationMatrix; } in getAnimationMatrix()580 SkMatrix* mAnimationMatrix; variable
75 RenderProperties::RenderProperties() : mStaticMatrix(nullptr), mAnimationMatrix(nullptr) {} in RenderProperties()79 delete mAnimationMatrix; in ~RenderProperties()116 dumpMatrix(output, indent, "ConcatMatrix (animation)", mAnimationMatrix); in debugOutputProperties()