Home
last modified time | relevance | path

Searched refs:animatedRect (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimatedRect.cpp82 SVGRect& animatedRect = animated->rect(); in calculateAnimatedValue() local
84 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()