HomeSort by relevance Sort by last modified time
    Searched defs:calculateDistance (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGString.cpp 42 float SVGString::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*)
SVGBoolean.cpp 79 float SVGBoolean::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*)
SVGInteger.cpp 96 float SVGInteger::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*)
SVGNumberOptionalNumber.cpp 106 float SVGNumberOptionalNumber::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*)
SVGAnimatedColor.cpp 91 float SVGColorProperty::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextElement)
SVGEnumeration.cpp 121 float SVGEnumerationBase::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*)
SVGIntegerOptionalInteger.cpp 109 float SVGIntegerOptionalInteger::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*)
SVGNumber.cpp 118 float SVGNumber::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*)
SVGPoint.cpp 140 float SVGPoint::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement)
SVGRect.cpp 157 float SVGRect::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement)
SVGStringList.cpp 176 float SVGStringList::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*)
SVGTransform.cpp 239 float SVGTransform::calculateDistance(PassRefPtr<SVGPropertyBase>, SVGElement*)
SVGAnimateElement.cpp 361 float SVGAnimateElement::calculateDistance(const String& fromString, const String& toString)
368 return ensureAnimator()->calculateDistance(fromString, toString);
SVGAnimatedTypeAnimator.cpp 247 float SVGAnimatedTypeAnimator::calculateDistance(const String& fromString, const String& toString)
253 return fromValue->calculateDistance(toValue, m_contextElement);
SVGLengthList.cpp 199 float SVGLengthList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*)
SVGNumberList.cpp 187 float SVGNumberList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*)
SVGPathSegList.cpp 233 float SVGPathSegList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*)
SVGPointList.cpp 210 float SVGPointList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*)
SVGPreserveAspectRatio.cpp 418 float SVGPreserveAspectRatio::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextElement)
SVGAngle.cpp 73 float SVGMarkerOrientEnumeration::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement)
423 float SVGAngle::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*)
SVGAnimateMotionElement.cpp 322 float SVGAnimateMotionElement::calculateDistance(const String& fromString, const String& toString)
SVGLength.cpp 468 float SVGLength::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement* contextElement)
SVGTransformList.cpp 342 float SVGTransformList::calculateDistance(PassRefPtr<SVGPropertyBase> toValue, SVGElement*)
  /frameworks/base/core/java/android/transition/
Explode.java 154 float vectorSize = calculateDistance(xVector, yVector);
168 return calculateDistance(maxX, maxY);
171 private static float calculateDistance(float x, float y) {

Completed in 293 milliseconds