Searched refs:addArc (Results 1 - 14 of 14) sorted by relevance

/external/webkit/WebCore/platform/graphics/haiku/
H A DPathHaiku.cpp114 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise) function in class:WebCore::Path
/external/webkit/WebCore/platform/graphics/
H A DPath.h130 void addArc(const FloatPoint&, float radius, float startAngle, float endAngle, bool anticlockwise);
/external/webkit/WebCore/platform/graphics/wince/
H A DPathWince.cpp101 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise) function in class:WebCore::Path
/external/webkit/WebCore/platform/graphics/wx/
H A DPathWx.cpp181 void Path::addArc(const FloatPoint& point, float radius, float startAngle, float endAngle, bool clockwise) function in class:WebCore::Path
/external/webkit/WebCore/platform/graphics/cairo/
H A DPathCairo.cpp139 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, bool anticlockwise) function in class:WebCore::Path
203 // calculate angles for addArc
226 addArc(p, radius, sa, ea, anticlockwise);
/external/webkit/WebCore/platform/graphics/qt/
H A DPathQt.cpp202 // calculate angles for addArc
225 addArc(p, radius, sa, ea, anticlockwise);
234 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise) function in class:WebCore::Path
/external/skia/include/core/
H A DSkPath.h407 void addArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle);
/external/webkit/WebCore/platform/graphics/skia/
H A DPathSkia.cpp123 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, bool anticlockwise) { function in class:WebCore::Path
H A DGraphicsContextSkia.cpp1110 path.addArc(oval, SkIntToScalar(-startAngle), SkIntToScalar(-angleSpan));
/external/webkit/WebCore/platform/graphics/android/
H A DPathAndroid.cpp155 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, function in class:WebCore::Path
183 // SkDebugf("addArc sa=%g ea=%g cw=%d sweep %g treat as circle\n", sa, ea, clockwise, sweep);
194 // SkDebugf("addArc sa=%g ea=%g cw=%d sweep=%g ssweep=%g\n", sa, ea, clockwise, sweep, SkScalarToFloat(sweepDegrees));
H A DGraphicsContextAndroid.cpp607 path.addArc(oval, SkIntToScalar(-startAngle), SkIntToScalar(-angleSpan));
/external/webkit/WebCore/platform/graphics/cg/
H A DPathCG.cpp220 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, bool clockwise) function in class:WebCore::Path
/external/skia/src/core/
H A DSkPath.cpp643 void SkPath::addArc(const SkRect& oval, SkScalar startAngle, function in class:SkPath
/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp606 m_path.addArc(FloatPoint(x, y), r, sa, ea, anticlockwise);

Completed in 407 milliseconds