Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderProperties.h204 delete mStaticMatrix; in setStaticMatrix() local
206 mStaticMatrix = new SkMatrix(*matrix); in setStaticMatrix()
208 mStaticMatrix = nullptr; in setStaticMatrix()
214 const SkMatrix* getStaticMatrix() const { return mStaticMatrix; } in getStaticMatrix()
579 SkMatrix* mStaticMatrix; variable
DRenderProperties.cpp75 RenderProperties::RenderProperties() : mStaticMatrix(nullptr), mAnimationMatrix(nullptr) {} in RenderProperties()
78 delete mStaticMatrix; in ~RenderProperties()
115 dumpMatrix(output, indent, "ConcatMatrix (static)", mStaticMatrix); in debugOutputProperties()