midPoint           56 Source/platform/graphics/PathTraversalState.cpp         left.control = midPoint(start, control);
midPoint           57 Source/platform/graphics/PathTraversalState.cpp         right.control = midPoint(control, end);
midPoint           59 Source/platform/graphics/PathTraversalState.cpp         FloatPoint leftControlToRightControl = midPoint(left.control, right.control);
midPoint           89 Source/platform/graphics/PathTraversalState.cpp         FloatPoint startToControl1 = midPoint(control1, control2);
midPoint           92 Source/platform/graphics/PathTraversalState.cpp         left.control1 = midPoint(start, control1);
midPoint           93 Source/platform/graphics/PathTraversalState.cpp         left.control2 = midPoint(left.control1, startToControl1);
midPoint           95 Source/platform/graphics/PathTraversalState.cpp         right.control2 = midPoint(control2, end);
midPoint           96 Source/platform/graphics/PathTraversalState.cpp         right.control1 = midPoint(right.control2, startToControl1);
midPoint           99 Source/platform/graphics/PathTraversalState.cpp         FloatPoint leftControl2ToRightControl1 = midPoint(left.control2, right.control1);