arc 49 Source/core/html/canvas/CanvasPathMethods.h void arc(float x, float y, float radius, float startAngle, float endAngle, bool anticlockwise, ExceptionState&); arc 68 Source/core/html/canvas/CanvasPathMethods.h static void arc(CanvasPathMethods& object, float x, float y, float radius, float startAngle, float endAngle, bool anticlockwise, ExceptionState& es) arc 69 Source/core/html/canvas/CanvasPathMethods.h { object.arc(x, y, radius, startAngle, endAngle, anticlockwise, es); }