OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGAnimateTransformElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/svg/
SVGAnimateTransformElement.h
35
class
SVGAnimateTransformElement
: public SVGAnimationElement {
37
SVGAnimateTransformElement
(const QualifiedName&, Document*);
38
virtual ~
SVGAnimateTransformElement
();
SVGAnimateTransformElement.cpp
28
#include "
SVGAnimateTransformElement
.h"
49
SVGAnimateTransformElement
::
SVGAnimateTransformElement
(const QualifiedName& tagName, Document* doc)
56
SVGAnimateTransformElement
::~
SVGAnimateTransformElement
()
60
bool
SVGAnimateTransformElement
::hasValidTarget() const
66
void
SVGAnimateTransformElement
::parseMappedAttribute(MappedAttribute* attr)
94
void
SVGAnimateTransformElement
::resetToBaseValue(const String& baseValue)
106
void
SVGAnimateTransformElement
::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultElement)
125
bool
SVGAnimateTransformElement
::calculateFromAndToValues(const String& fromString, const String& toString
[
all
...]
Completed in 11 milliseconds