Searched refs:getAnimationMatrix (Results 1 – 10 of 10) sorted by relevance
179 CC_UNLIKELY(getAnimationMatrix() && !getAnimationMatrix()->isScaleTranslate()) || in prepareForFunctorPresence()466 const SkMatrix* getAnimationMatrix() const { return mAnimationMatrix; } in getAnimationMatrix() function
169 } else if (props.getAnimationMatrix()) { in mapRect()170 applyMatrix(props.getAnimationMatrix(), &temp); in mapRect()
101 setAnimationMatrix(other.getAnimationMatrix()); in operator =()
547 } else if (properties().getAnimationMatrix()) { in applyViewPropertyTransforms()548 mat4 anim(*properties().getAnimationMatrix()); in applyViewPropertyTransforms()
386 } else if (properties.getAnimationMatrix()) { in setViewProperties()387 canvas->concat(*properties.getAnimationMatrix()); in setViewProperties()
978 public Matrix getAnimationMatrix() { in getAnimationMatrix() method in RenderNode
377 const SkMatrix* animationMatrix = renderNode->stagingProperties().getAnimationMatrix(); in android_view_RenderNode_getAnimationMatrix()
343 pw.println(mExpandedViewContainer.getAnimationMatrix()); in dump()
20241 public Matrix getAnimationMatrix() { in getAnimationMatrix() method in View20242 return mRenderNode.getAnimationMatrix(); in getAnimationMatrix()
54049 method @Nullable public android.graphics.Matrix getAnimationMatrix();