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

  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 124 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
129 m_data->m_view->StrokeArc(rect, startAngle, angleSpan, getHaikuStrokeStyle());
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 121 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 228 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 699 void GraphicsContext::strokeArc(const IntRect& r, int startAngle, int angleSpan)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 399 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 314 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 782 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
    [all...]

Completed in 170 milliseconds