OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateAnimatedInteger
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedInteger.cpp
74
void SVGAnimatedIntegerAnimator::
calculateAnimatedInteger
(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, int fromInteger, int toInteger, int toAtEndOfDurationInteger, int& animatedInteger)
91
calculateAnimatedInteger
(m_animationElement, percentage, repeatCount, fromInteger, toInteger, toAtEndOfDurationInteger, animatedInteger);
SVGAnimatedIntegerOptionalInteger.cpp
98
SVGAnimatedIntegerAnimator::
calculateAnimatedInteger
(m_animationElement, percentage, repeatCount, fromIntegerPair.first, toIntegerPair.first, toAtEndOfDurationIntegerPair.first, animatedIntegerPair.first);
99
SVGAnimatedIntegerAnimator::
calculateAnimatedInteger
(m_animationElement, percentage, repeatCount, fromIntegerPair.second, toIntegerPair.second, toAtEndOfDurationIntegerPair.second, animatedIntegerPair.second);
SVGAnimatedInteger.h
48
static void
calculateAnimatedInteger
(SVGAnimationElement*, float percentage, unsigned repeatCount, int fromInteger, int toInteger, int toAtEndOfDurationInteger, int& animatedInteger);
Completed in 443 milliseconds