Home
last modified time | relevance | path

Searched refs:addEllipse (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/wince/
DPathWinCE.cpp103 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()
DPlatformPathWinCE.h164 … void addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool anticlockwise);
166 void addEllipse(const FloatRect& r);
DPlatformPathWinCE.cpp717 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/
DPathHaiku.cpp132 void Path::addEllipse(const FloatRect& r) in addEllipse() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/
DPath.h138 void addEllipse(const FloatRect&);
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp446 path.addEllipse(rect); in addInnerRoundedRectClip()
447 path.addEllipse(FloatRect(rect.x() + thickness, rect.y() + thickness, in addInnerRoundedRectClip()
DPathOpenVG.cpp403 void Path::addEllipse(const FloatRect& rect) in addEllipse() function in WebCore::Path
/external/webkit/Source/WebCore/svg/
DSVGCircleElement.cpp154 …path.addEllipse(FloatRect(cx().value(this) - radius, cy().value(this) - radius, radius * 2, radius… in toPathData()
DSVGEllipseElement.cpp168 …path.addEllipse(FloatRect(cx().value(this) - radiusX, cy().value(this) - radiusY, radiusX * 2, rad… in toPathData()
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp327 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()
DGraphicsContextQt.cpp1200 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/
DPathWx.cpp204 void Path::addEllipse(const FloatRect& rect) in addEllipse() function in WebCore::Path
/external/webkit/Source/WebCore/html/
DHTMLAreaElement.cpp153 …path.addEllipse(FloatRect(m_coords[0].calcMinValue(width) - r, m_coords[1].calcMinValue(height) - … in getRegion()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp171 void Path::addEllipse(const FloatRect& rect) in addEllipse() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cg/
DPathCG.cpp231 void Path::addEllipse(const FloatRect& r) in addEllipse() function in WebCore::Path
DGraphicsContextCG.cpp309 path.addEllipse(rect); in drawEllipse()
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp222 void Path::addEllipse(const FloatRect& rect) in addEllipse() function in WebCore::Path
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPathCairo.cpp258 void Path::addEllipse(const FloatRect& rect) in addEllipse() function in WebCore::Path
DGraphicsContextCairo.cpp888 p.addEllipse(r); in addInnerRoundedRectClip()
891 p.addEllipse(r); in addInnerRoundedRectClip()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1431570 (Path::addEllipse):
33327 (Path::addEllipse):
35218 (WebCore::Path::addEllipse):
55599 (WebCore::Path::addEllipse):
DChangeLog-2006-05-102609 addArc, addRect, addEllipse, and platformPath functions. Defined a PlatformPath type
2625 (WebCore::Path::addEllipse): Added.
DChangeLog-2006-12-3110626 (WebCore::Path::addEllipse):
37982 (WebCore::Path::addEllipse):
DChangeLog-2009-06-1656645 (WebCore::Path::addEllipse):
64733 (WebCore::Path::addEllipse):
64767 (WebCore::Path::addEllipse):
DChangeLog-2010-01-2912352 (WebCore::Path::addEllipse):
73049 (WebCore::Path::addEllipse):
DChangeLog-2010-05-2442099 (WebCore::Path::addEllipse):

12