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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
PathTraversalState.h 48 float cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoint& newEnd);
PathTraversalState.cpp 193 float PathTraversalState::cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoint& newEnd)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathTraversalStateBuilder.cpp 50 m_traversalState->m_totalLength += m_traversalState->cubicBezierTo(point1, point2, targetPoint);

Completed in 178 milliseconds