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

  /external/webkit/Source/WebCore/platform/graphics/
Path.h 120 float normalAngleAtLength(float length, bool& ok) const;
Path.cpp 102 float Path::normalAngleAtLength(float length, bool& ok) const
  /external/webkit/Source/WebCore/svg/
SVGAnimateMotionElement.cpp 207 float angle = path.normalAngleAtLength(positionOnPath, ok);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 462 // Path::length(), Path::pointAtLength() and Path::normalAngleAtLength() are
486 float Path::normalAngleAtLength(float length, bool& ok) const
  /external/webkit/Source/WebCore/platform/graphics/qt/
PathQt.cpp 419 float Path::normalAngleAtLength(float length, bool& ok) const
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.cpp 575 angle = m_textPath.normalAngleAtLength(textPathOffset, ok);

Completed in 521 milliseconds