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

/frameworks/base/libs/hwui/
H A DRenderProperties.cpp104 , mAnimationMatrix(NULL) {
109 delete mAnimationMatrix;
135 if (mAnimationMatrix) {
137 level * 2, "", mAnimationMatrix, SK_MATRIX_ARGS(mAnimationMatrix));
H A DRenderProperties.h202 delete mAnimationMatrix;
204 mAnimationMatrix = new SkMatrix(*matrix);
206 mAnimationMatrix = NULL;
491 return mAnimationMatrix;
603 SkMatrix* mAnimationMatrix; member in class:android::uirenderer::RenderProperties

Completed in 234 milliseconds