Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderProperties.h219 delete mStaticMatrix; in setStaticMatrix() local
221 mStaticMatrix = new SkMatrix(*matrix); in setStaticMatrix()
223 mStaticMatrix = nullptr; in setStaticMatrix()
229 const SkMatrix* getStaticMatrix() const { return mStaticMatrix; } in getStaticMatrix()
599 SkMatrix* mStaticMatrix; variable
DRenderProperties.cpp83 RenderProperties::RenderProperties() : mStaticMatrix(nullptr), mAnimationMatrix(nullptr) {} in RenderProperties()
86 delete mStaticMatrix; in ~RenderProperties()
123 dumpMatrix(output, indent, "ConcatMatrix (static)", mStaticMatrix); in debugOutputProperties()