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

/frameworks/base/libs/hwui/
H A DRenderProperties.h216 delete mStaticMatrix;
218 mStaticMatrix = new SkMatrix(*matrix);
220 mStaticMatrix = nullptr;
227 return mStaticMatrix;
652 SkMatrix* mStaticMatrix; member in class:android::uirenderer::RenderProperties

Completed in 126 milliseconds