Searched refs:isAdditive (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.h82 bool isAdditive() const;
H A DSVGAnimateMotionElement.cpp192 if (!isAdditive())
H A DSVGAnimateTransformElement.cpp140 if (!isAdditive())
H A DSVGAnimateElement.cpp219 if (isAdditive() && animationMode != ToAnimation)
252 if (isAdditive() && animationMode != ToAnimation)
H A DSVGAnimationElement.cpp279 bool SVGAnimationElement::isAdditive() const function in class:WebCore::SVGAnimationElement
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCAAnimation.h105 bool isAdditive() const;
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h106 virtual bool isAdditive() const = 0;
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCAAnimationMac.mm193 animation->setAdditive(isAdditive());
328 bool PlatformCAAnimation::isAdditive() const
330 return [m_animation.get() isAdditive];
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp184 animation->setAdditive(isAdditive());
310 bool PlatformCAAnimation::isAdditive() const function in class:PlatformCAAnimation

Completed in 76 milliseconds