HomeSort by relevance Sort by last modified time
    Searched full:addellipse (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wince/
PathWinCE.cpp 103 m_path->addEllipse(p, r, r, sar, ear, anticlockwise);
111 void Path::addEllipse(const FloatRect& r)
113 m_path->addEllipse(r);
PlatformPathWinCE.h 164 void addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool anticlockwise);
166 void addEllipse(const FloatRect& r);
PlatformPathWinCE.cpp 717 void PlatformPath::addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool anticlockwise)
751 void PlatformPath::addEllipse(const FloatRect& r)
754 addEllipse(r.location() + radius, radius.width(), radius.height(), 0, 0, true);
  /external/webkit/Source/WebCore/platform/graphics/wx/
PathWx.cpp 204 void Path::addEllipse(const FloatRect& rect)
208 m_path->AddEllipse(rect.x(), rect.y(), rect.width(), rect.height());
  /external/webkit/Source/WebCore/platform/graphics/
Path.h 138 void addEllipse(const FloatRect&);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
PathHaiku.cpp 132 void Path::addEllipse(const FloatRect& r)
  /external/webkit/Source/WebCore/svg/
SVGCircleElement.cpp 154 path.addEllipse(FloatRect(cx().value(this) - radius, cy().value(this) - radius, radius * 2, radius * 2));
SVGEllipseElement.cpp 168 path.addEllipse(FloatRect(cx().value(this) - radiusX, cy().value(this) - radiusY, radiusX * 2, radiusY * 2));
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 446 path.addEllipse(rect);
447 path.addEllipse(FloatRect(rect.x() + thickness, rect.y() + thickness,
PathOpenVG.cpp 403 void Path::addEllipse(const FloatRect& rect)
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.cpp 153 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/qt/
PathQt.cpp 327 void Path::addEllipse(const FloatRect& r)
329 m_path.addEllipse(r.x(), r.y(), r.width(), r.height());
GraphicsContextQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp 231 void Path::addEllipse(const FloatRect& r)
GraphicsContextCG.cpp 309 path.addEllipse(rect);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 171 void Path::addEllipse(const FloatRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 223 void Path::addEllipse(const FloatRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 258 void Path::addEllipse(const FloatRect& rect)
GraphicsContextCairo.cpp 888 p.addEllipse(r);
891 p.addEllipse(r);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/webkit/Source/WebCore/
ChangeLog-2006-05-10     [all...]

Completed in 1477 milliseconds