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

  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 127 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
132 m_data->m_view->StrokeArc(rect, startAngle, angleSpan, getHaikuStrokeStyle());
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 123 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 230 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 585 void GraphicsContext::strokeArc(const IntRect& r, int startAngle, int angleSpan)
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 380 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 355 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 444 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 801 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
    [all...]

Completed in 22 milliseconds