Searched refs:mStaticMatrix (Results 1 – 2 of 2) sorted by relevance
221 delete mStaticMatrix; in setStaticMatrix() local223 mStaticMatrix = new SkMatrix(*matrix); in setStaticMatrix()225 mStaticMatrix = nullptr; in setStaticMatrix()231 const SkMatrix* getStaticMatrix() const { return mStaticMatrix; } in getStaticMatrix()597 SkMatrix* mStaticMatrix; variable
90 RenderProperties::RenderProperties() : mStaticMatrix(nullptr), mAnimationMatrix(nullptr) {} in RenderProperties()93 delete mStaticMatrix; in ~RenderProperties()130 dumpMatrix(output, indent, "ConcatMatrix (static)", mStaticMatrix); in debugOutputProperties()