Home
last modified time | relevance | path

Searched refs:getAnimationMatrix (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DRenderProperties.h177 || CC_UNLIKELY(getAnimationMatrix() && !getAnimationMatrix()->isScaleTranslate()) in prepareForFunctorPresence()
518 const SkMatrix* getAnimationMatrix() const { in getAnimationMatrix() function
DRenderNode.cpp404 } else if (properties().getAnimationMatrix()) { in setViewProperties()
405 renderer.concatMatrix(*properties().getAnimationMatrix()); in setViewProperties()
478 } else if (properties().getAnimationMatrix()) { in applyViewPropertyTransforms()
479 mat4 anim(*properties().getAnimationMatrix()); in applyViewPropertyTransforms()
DRenderProperties.cpp114 setAnimationMatrix(other.getAnimationMatrix()); in operator =()