Home
last modified time | relevance | path

Searched refs:mAnimationMatrix (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DRenderProperties.h217 delete mAnimationMatrix; in setAnimationMatrix() local
219 mAnimationMatrix = new SkMatrix(*matrix); in setAnimationMatrix()
221 mAnimationMatrix = nullptr; in setAnimationMatrix()
449 const SkMatrix* getAnimationMatrix() const { return mAnimationMatrix; } in getAnimationMatrix()
580 SkMatrix* mAnimationMatrix; variable
DRenderProperties.cpp75 RenderProperties::RenderProperties() : mStaticMatrix(nullptr), mAnimationMatrix(nullptr) {} in RenderProperties()
79 delete mAnimationMatrix; in ~RenderProperties()
116 dumpMatrix(output, indent, "ConcatMatrix (animation)", mAnimationMatrix); in debugOutputProperties()