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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Path.h 85 bool pointAndNormalAtLength(float length, FloatPoint&, float&) const;
Path.cpp 168 ok = pointAndNormalAtLength(length, point, normal);
176 ok = pointAndNormalAtLength(length, point, normal);
180 bool Path::pointAndNormalAtLength(float length, FloatPoint& point, float& normal) const
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateMotionElement.cpp 279 ok = m_animationPath.pointAndNormalAtLength(positionOnPath, position, angle);

Completed in 131 milliseconds