HomeSort by relevance Sort by last modified time
    Searched defs:addEllipse (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/haiku/
PathHaiku.cpp 132 void Path::addEllipse(const FloatRect& r)
  /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.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/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)
  /external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp 231 void Path::addEllipse(const FloatRect& r)
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 171 void Path::addEllipse(const FloatRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 403 void Path::addEllipse(const FloatRect& rect)
  /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());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 

Completed in 214 milliseconds