Searched refs:calculateDistance (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGAnimateMotionElement.h46 virtual float calculateDistance(const String& fromString, const String& toString);
H A DSVGAnimateTransformElement.h52 virtual float calculateDistance(const String& fromString, const String& toString);
H A DSVGAnimateElement.h51 virtual float calculateDistance(const String& fromString, const String& toString);
H A DSVGAnimationElement.h97 virtual float calculateDistance(const String& /*fromString*/, const String& /*toString*/) { return -1.f; } function in class:WebCore::SVGAnimationElement
H A DSVGAnimateMotionElement.cpp250 float SVGAnimateMotionElement::calculateDistance(const String& fromString, const String& toString) function in class:WebCore::SVGAnimateMotionElement
H A DSVGAnimateTransformElement.cpp216 float SVGAnimateTransformElement::calculateDistance(const String& fromString, const String& toString) function in class:WebCore::SVGAnimateTransformElement
H A DSVGAnimateElement.cpp491 float SVGAnimateElement::calculateDistance(const String& fromString, const String& toString) function in class:WebCore::SVGAnimateElement
H A DSVGAnimationElement.cpp361 float distance = calculateDistance(m_values[n], m_values[n + 1]);

Completed in 151 milliseconds