OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toAtEndOfDurationInteger
(Results
1 - 2
of
2
) 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)
77
animationElement->animateAdditiveNumber(percentage, repeatCount, fromInteger, toInteger,
toAtEndOfDurationInteger
, animatedNumber);
88
int
toAtEndOfDurationInteger
= toAtEndOfDuration->integer();
91
calculateAnimatedInteger(m_animationElement, percentage, repeatCount, fromInteger, toInteger,
toAtEndOfDurationInteger
, animatedInteger);
SVGAnimatedInteger.h
48
static void calculateAnimatedInteger(SVGAnimationElement*, float percentage, unsigned repeatCount, int fromInteger, int toInteger, int
toAtEndOfDurationInteger
, int& animatedInteger);
Completed in 109 milliseconds