Searched refs:getAnimationMatrix (Results 1 – 3 of 3) sorted by relevance
177 || CC_UNLIKELY(getAnimationMatrix() && !getAnimationMatrix()->isScaleTranslate()) in prepareForFunctorPresence()518 const SkMatrix* getAnimationMatrix() const { in getAnimationMatrix() function
404 } 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()
114 setAnimationMatrix(other.getAnimationMatrix()); in operator =()