OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAdditive
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGAnimationElement.h
82
bool
isAdditive
() const;
SVGAnimateMotionElement.cpp
192
if (!
isAdditive
())
SVGAnimateTransformElement.cpp
140
if (!
isAdditive
())
SVGAnimateElement.cpp
219
if (
isAdditive
() && animationMode != ToAnimation)
252
if (
isAdditive
() && animationMode != ToAnimation)
SVGAnimationElement.cpp
279
bool SVGAnimationElement::
isAdditive
() const
/external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h
105
bool
isAdditive
() const;
/external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.h
106
virtual bool
isAdditive
() const = 0;
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm
193
animation->setAdditive(
isAdditive
());
328
bool PlatformCAAnimation::
isAdditive
() const
330
return [m_animation.get()
isAdditive
];
/external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp
184
animation->setAdditive(
isAdditive
());
310
bool PlatformCAAnimation::
isAdditive
() const
Completed in 1095 milliseconds