Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderProperties.h221 delete mStaticMatrix; in setStaticMatrix() local
223 mStaticMatrix = new SkMatrix(*matrix); in setStaticMatrix()
225 mStaticMatrix = nullptr; in setStaticMatrix()
231 const SkMatrix* getStaticMatrix() const { return mStaticMatrix; } in getStaticMatrix()
597 SkMatrix* mStaticMatrix; variable
DRenderProperties.cpp90 RenderProperties::RenderProperties() : mStaticMatrix(nullptr), mAnimationMatrix(nullptr) {} in RenderProperties()
93 delete mStaticMatrix; in ~RenderProperties()
130 dumpMatrix(output, indent, "ConcatMatrix (static)", mStaticMatrix); in debugOutputProperties()