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

/frameworks/base/libs/hwui/
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 81 milliseconds