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

/frameworks/base/libs/hwui/
H A DRenderProperties.cpp103 : mStaticMatrix(NULL)
108 delete mStaticMatrix;
131 if (mStaticMatrix) {
133 level * 2, "", mStaticMatrix, SK_MATRIX_ARGS(mStaticMatrix));
H A DRenderProperties.h187 delete mStaticMatrix;
189 mStaticMatrix = new SkMatrix(*matrix);
191 mStaticMatrix = NULL;
198 return mStaticMatrix;
602 SkMatrix* mStaticMatrix; member in class:android::uirenderer::RenderProperties

Completed in 8 milliseconds