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

/frameworks/base/libs/hwui/
H A DRenderProperties.cpp78 : mStaticMatrix(nullptr)
83 delete mStaticMatrix;
120 dumpMatrix(output, indent, "ConcatMatrix (static)", mStaticMatrix);
H A DRenderProperties.h218 delete mStaticMatrix;
220 mStaticMatrix = new SkMatrix(*matrix);
222 mStaticMatrix = nullptr;
229 return mStaticMatrix;
654 SkMatrix* mStaticMatrix; member in class:android::uirenderer::RenderProperties

Completed in 932 milliseconds