Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderProperties.h232 delete mAnimationMatrix; in setAnimationMatrix() local
234 mAnimationMatrix = new SkMatrix(*matrix); in setAnimationMatrix()
236 mAnimationMatrix = nullptr; in setAnimationMatrix()
464 const SkMatrix* getAnimationMatrix() const { return mAnimationMatrix; } in getAnimationMatrix()
600 SkMatrix* mAnimationMatrix; variable
DRenderProperties.cpp83 RenderProperties::RenderProperties() : mStaticMatrix(nullptr), mAnimationMatrix(nullptr) {} in RenderProperties()
87 delete mAnimationMatrix; in ~RenderProperties()
124 dumpMatrix(output, indent, "ConcatMatrix (animation)", mAnimationMatrix); in debugOutputProperties()