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

/frameworks/base/libs/hwui/
H A DRenderProperties.h215 delete mStaticMatrix;
217 mStaticMatrix = new SkMatrix(*matrix);
219 mStaticMatrix = nullptr;
226 return mStaticMatrix;
645 SkMatrix* mStaticMatrix; member in class:android::uirenderer::RenderProperties

Completed in 372 milliseconds