Searched refs:addEllipse (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPathWinCE.cpp103 m_path->addEllipse(p, r, r, sar, ear, anticlockwise);
111 void Path::addEllipse(const FloatRect& r) function in class:WebCore::Path
113 m_path->addEllipse(r);
H A DPlatformPathWinCE.h164 void addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool anticlockwise);
166 void addEllipse(const FloatRect& r);
H A DPlatformPathWinCE.cpp717 void PlatformPath::addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool anticlockwise) function in class:WebCore::PlatformPath
751 void PlatformPath::addEllipse(const FloatRect& r) function in class:WebCore::PlatformPath
754 addEllipse(r.location() + radius, radius.width(), radius.height(), 0, 0, true);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DPathHaiku.cpp132 void Path::addEllipse(const FloatRect& r) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/
H A DPath.h138 void addEllipse(const FloatRect&);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DPathWx.cpp204 void Path::addEllipse(const FloatRect& rect) function in class:WebCore::Path
/external/webkit/Source/WebCore/svg/
H A DSVGCircleElement.cpp154 path.addEllipse(FloatRect(cx().value(this) - radius, cy().value(this) - radius, radius * 2, radius * 2));
H A DSVGEllipseElement.cpp168 path.addEllipse(FloatRect(cx().value(this) - radiusX, cy().value(this) - radiusY, radiusX * 2, radiusY * 2));
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp446 path.addEllipse(rect);
447 path.addEllipse(FloatRect(rect.x() + thickness, rect.y() + thickness,
H A DPathOpenVG.cpp403 void Path::addEllipse(const FloatRect& rect) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp327 void Path::addEllipse(const FloatRect& r) function in class:WebCore::Path
329 m_path.addEllipse(r.x(), r.y(), r.width(), r.height());
H A DGraphicsContextQt.cpp1200 path.addEllipse(QRectF(rect.x(), rect.y(), rect.width(), rect.height()));
1203 path.addEllipse(QRectF(rect.x() + thickness, rect.y() + thickness,
/external/webkit/Source/WebCore/html/
H A DHTMLAreaElement.cpp153 path.addEllipse(FloatRect(m_coords[0].calcMinValue(width) - r, m_coords[1].calcMinValue(height) - r, 2 * r, 2 * r));
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPathCG.cpp231 void Path::addEllipse(const FloatRect& r) function in class:WebCore::Path
H A DGraphicsContextCG.cpp309 path.addEllipse(rect);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPathSkia.cpp171 void Path::addEllipse(const FloatRect& rect) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/android/
H A DPathAndroid.cpp223 void Path::addEllipse(const FloatRect& rect) function in class:WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DPathCairo.cpp258 void Path::addEllipse(const FloatRect& rect) function in class:WebCore::Path
H A DGraphicsContextCairo.cpp888 p.addEllipse(r);
891 p.addEllipse(r);
/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/ ...

Completed in 834 milliseconds