Home
last modified time | relevance | path

Searched refs:getTotalLength (Results 1 – 10 of 10) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DMotionPath.java173 distance = distance % spline.getTotalLength(); in getWayPointIndexForDistance()
198 return spline.getTotalLength(); in getLength()
/external/webkit/Source/WebCore/svg/
DSVGPathElement.h63 float getTotalLength();
DSVGPathElement.idl37 float getTotalLength();
DSVGPathElement.cpp64 float SVGPathElement::getTotalLength() in getTotalLength() function in WebCore::SVGPathElement
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DCurve.java269 return spline.getTotalLength(); in getLength()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DSpline.java328 public float getTotalLength() { in getTotalLength() method in Spline
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3168 Implement path length measuring for SVGPathElement::getTotalLength and friends.
73 (WebCore::SVGPathElement::getTotalLength):
DChangeLog-2007-10-1419376 (WebCore::SVGPathElement::getTotalLength):
DChangeLog-2008-08-1056904 Fix svg/custom/path-getTotalLength.svg
DChangeLog-2010-12-0635536 (WebCore::SVGPathElement::getTotalLength):