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

  /external/webkit/WebCore/platform/graphics/
PathTraversalState.h 51 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)
Path.cpp 61 segmentLength = traversalState.cubicBezierTo(points[0], points[1], points[2]);
  /external/webkit/WebCore/svg/
SVGPathSegList.cpp 81 segmentLength = traversalState.cubicBezierTo(FloatPoint(curveTo->x1(), curveTo->y1()),

Completed in 33 milliseconds