Searched refs:getAnimationMatrix (Results 1 – 3 of 3) sorted by relevance
404 } else if (properties().getAnimationMatrix()) { in setViewProperties()405 renderer.concatMatrix(*properties().getAnimationMatrix()); in setViewProperties()474 } else if (properties().getAnimationMatrix()) { in applyViewPropertyTransforms()475 mat4 anim(*properties().getAnimationMatrix()); in applyViewPropertyTransforms()
116 setAnimationMatrix(other.getAnimationMatrix()); in operator =()
490 const SkMatrix* getAnimationMatrix() const { in getAnimationMatrix() function