Searched refs:getAnimationMatrix (Results 1 – 10 of 10) sorted by relevance
177 CC_UNLIKELY(getAnimationMatrix() && !getAnimationMatrix()->isScaleTranslate()) || in prepareForFunctorPresence()464 const SkMatrix* getAnimationMatrix() const { return mAnimationMatrix; } in getAnimationMatrix() function
169 } else if (props.getAnimationMatrix()) { in mapRect()170 applyMatrix(props.getAnimationMatrix(), &temp); in mapRect()
504 } else if (properties().getAnimationMatrix()) { in applyViewPropertyTransforms()505 mat4 anim(*properties().getAnimationMatrix()); in applyViewPropertyTransforms()
94 setAnimationMatrix(other.getAnimationMatrix()); in operator =()
360 } else if (properties.getAnimationMatrix()) { in setViewProperties()361 canvas->concat(*properties.getAnimationMatrix()); in setViewProperties()
886 public Matrix getAnimationMatrix() { in getAnimationMatrix() method in RenderNode
372 const SkMatrix* animationMatrix = renderNode->stagingProperties().getAnimationMatrix(); in android_view_RenderNode_getAnimationMatrix()
291 pw.println(mExpandedViewContainer.getAnimationMatrix()); in dump()
18038 public Matrix getAnimationMatrix() { in getAnimationMatrix() method in View18039 return mRenderNode.getAnimationMatrix(); in getAnimationMatrix()
48725 method @Nullable public android.graphics.Matrix getAnimationMatrix();