HomeSort by relevance Sort by last modified time
    Searched refs:pointAtLength (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Path.h 83 FloatPoint pointAtLength(float length, bool& ok) const;
Path.cpp 164 FloatPoint Path::pointAtLength(float length, bool& ok) const
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateMotionElement.cpp 285 FloatPoint positionAtEndOfDuration = m_animationPath.pointAtLength(m_animationPath.length(), ok);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp 556 FloatPoint point = m_textPath.pointAtLength(textPathOffset, ok);

Completed in 638 milliseconds