Searched refs:animatedRect (Results 1 – 1 of 1) sorted by relevance
82 SVGRect& animatedRect = animated->rect(); in calculateAnimatedValue() local84 float animatedX = animatedRect.x(); in calculateAnimatedValue()85 float animatedY = animatedRect.y(); in calculateAnimatedValue()86 float animatedWidth = animatedRect.width(); in calculateAnimatedValue()87 float animatedHeight = animatedRect.height(); in calculateAnimatedValue()93 animatedRect = SVGRect(animatedX, animatedY, animatedWidth, animatedHeight); in calculateAnimatedValue()