Home
last modified time | relevance | path

Searched defs:addArc (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/haiku/
DPathHaiku.cpp122 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise) in addArc() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/wince/
DPathWinCE.cpp101 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise) in addArc() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp188 void Path::addArc(const FloatPoint& point, float radius, float startAngle, float endAngle, bool clo… in addArc() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp130 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, bool anticlockwise) { in addArc() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp168 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, in addArc() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cg/
DPathCG.cpp219 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, bool clockwise) in addArc() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPathOpenVG.cpp305 void Path::addArc(const FloatPoint& center, float radius, float startAngle, float endAngle, bool an… in addArc() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPathCairo.cpp147 void Path::addArc(const FloatPoint& p, float r, float startAngle, float endAngle, bool anticlockwis… in addArc() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp260 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise) in addArc() function in WebCore::Path
/external/skia/src/core/
DSkPath.cpp869 void SkPath::addArc(const SkRect& oval, SkScalar startAngle, in addArc() function in SkPath