Searched defs:addArc (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DPathHaiku.cpp122 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPathSkia.cpp130 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, bool anticlockwise) { function in class:WebCore::Path
/external/webkit/Source/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/Source/WebCore/platform/graphics/wx/
H A DPathWx.cpp188 void Path::addArc(const FloatPoint& point, float radius, float startAngle, float endAngle, bool clockwise) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/android/
H A DPathAndroid.cpp168 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, function in class:WebCore::Path
196 // SkDebugf("addArc sa=%g ea=%g cw=%d sweep %g treat as circle\n", sa, ea, clockwise, sweep);
207 // SkDebugf("addArc sa=%g ea=%g cw=%d sweep=%g ssweep=%g\n", sa, ea, clockwise, sweep, SkScalarToFloat(sweepDegrees));
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DPathCairo.cpp147 void Path::addArc(const FloatPoint& p, float r, float startAngle, float endAngle, bool anticlockwise) function in class:WebCore::Path
232 // calculate angles for addArc
255 addArc(p, radius, sa, ea, anticlockwise);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPathCG.cpp219 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, bool clockwise) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPathOpenVG.cpp305 void Path::addArc(const FloatPoint& center, float radius, float startAngle, float endAngle, bool anticlockwise) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp229 // calculate angles for addArc
252 addArc(p, radius, sa, ea, anticlockwise);
260 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise) function in class:WebCore::Path
/external/skia/src/core/
H A DSkPath.cpp869 void SkPath::addArc(const SkRect& oval, SkScalar startAngle, function in class:SkPath
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jai.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 346 milliseconds