/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | PathWinCE.cpp | 103 m_path->addEllipse(p, r, r, sar, ear, anticlockwise); in addArc() 111 void Path::addEllipse(const FloatRect& r) in addEllipse() function in WebCore::Path 113 m_path->addEllipse(r); in addEllipse()
|
D | PlatformPathWinCE.h | 164 … void addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool anticlockwise); 166 void addEllipse(const FloatRect& r);
|
D | PlatformPathWinCE.cpp | 717 void PlatformPath::addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool ant… in addEllipse() function in WebCore::PlatformPath 751 void PlatformPath::addEllipse(const FloatRect& r) in addEllipse() function in WebCore::PlatformPath 754 addEllipse(r.location() + radius, radius.width(), radius.height(), 0, 0, true); in addEllipse()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | PathHaiku.cpp | 132 void Path::addEllipse(const FloatRect& r) in addEllipse() function in WebCore::Path
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | Path.h | 138 void addEllipse(const FloatRect&);
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 446 path.addEllipse(rect); in addInnerRoundedRectClip() 447 path.addEllipse(FloatRect(rect.x() + thickness, rect.y() + thickness, in addInnerRoundedRectClip()
|
D | PathOpenVG.cpp | 403 void Path::addEllipse(const FloatRect& rect) in addEllipse() function in WebCore::Path
|
/external/webkit/Source/WebCore/svg/ |
D | SVGCircleElement.cpp | 154 …path.addEllipse(FloatRect(cx().value(this) - radius, cy().value(this) - radius, radius * 2, radius… in toPathData()
|
D | SVGEllipseElement.cpp | 168 …path.addEllipse(FloatRect(cx().value(this) - radiusX, cy().value(this) - radiusY, radiusX * 2, rad… in toPathData()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | PathQt.cpp | 327 void Path::addEllipse(const FloatRect& r) in addEllipse() function in WebCore::Path 329 m_path.addEllipse(r.x(), r.y(), r.width(), r.height()); in addEllipse()
|
D | GraphicsContextQt.cpp | 1200 path.addEllipse(QRectF(rect.x(), rect.y(), rect.width(), rect.height())); in addInnerRoundedRectClip() 1203 path.addEllipse(QRectF(rect.x() + thickness, rect.y() + thickness, in addInnerRoundedRectClip()
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | PathWx.cpp | 204 void Path::addEllipse(const FloatRect& rect) in addEllipse() function in WebCore::Path
|
/external/webkit/Source/WebCore/html/ |
D | HTMLAreaElement.cpp | 153 …path.addEllipse(FloatRect(m_coords[0].calcMinValue(width) - r, m_coords[1].calcMinValue(height) - … in getRegion()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | PathSkia.cpp | 171 void Path::addEllipse(const FloatRect& rect) in addEllipse() function in WebCore::Path
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | PathCG.cpp | 231 void Path::addEllipse(const FloatRect& r) in addEllipse() function in WebCore::Path
|
D | GraphicsContextCG.cpp | 309 path.addEllipse(rect); in drawEllipse()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | PathAndroid.cpp | 222 void Path::addEllipse(const FloatRect& rect) in addEllipse() function in WebCore::Path
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | PathCairo.cpp | 258 void Path::addEllipse(const FloatRect& rect) in addEllipse() function in WebCore::Path
|
D | GraphicsContextCairo.cpp | 888 p.addEllipse(r); in addInnerRoundedRectClip() 891 p.addEllipse(r); in addInnerRoundedRectClip()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 31570 (Path::addEllipse): 33327 (Path::addEllipse): 35218 (WebCore::Path::addEllipse): 55599 (WebCore::Path::addEllipse):
|
D | ChangeLog-2006-05-10 | 2609 addArc, addRect, addEllipse, and platformPath functions. Defined a PlatformPath type 2625 (WebCore::Path::addEllipse): Added.
|
D | ChangeLog-2006-12-31 | 10626 (WebCore::Path::addEllipse): 37982 (WebCore::Path::addEllipse):
|
D | ChangeLog-2009-06-16 | 56645 (WebCore::Path::addEllipse): 64733 (WebCore::Path::addEllipse): 64767 (WebCore::Path::addEllipse):
|
D | ChangeLog-2010-01-29 | 12352 (WebCore::Path::addEllipse): 73049 (WebCore::Path::addEllipse):
|
D | ChangeLog-2010-05-24 | 42099 (WebCore::Path::addEllipse):
|