Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderProperties.h162 CC_UNLIKELY(getAnimationMatrix() && !getAnimationMatrix()->isScaleTranslate()) || in prepareForFunctorPresence()
449 const SkMatrix* getAnimationMatrix() const { return mAnimationMatrix; } in getAnimationMatrix() function
DRenderNode.cpp423 } else if (properties().getAnimationMatrix()) { in applyViewPropertyTransforms()
424 mat4 anim(*properties().getAnimationMatrix()); in applyViewPropertyTransforms()
DRenderProperties.cpp86 setAnimationMatrix(other.getAnimationMatrix()); in operator =()
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp276 } else if (properties.getAnimationMatrix()) { in setViewProperties()
277 canvas->concat(*properties.getAnimationMatrix()); in setViewProperties()
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java831 public Matrix getAnimationMatrix() { in getAnimationMatrix() method in RenderNode
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp346 const SkMatrix* animationMatrix = renderNode->stagingProperties().getAnimationMatrix(); in android_view_RenderNode_getAnimationMatrix()