HomeSort by relevance Sort by last modified time
    Searched defs:strokeArc (Results 1 - 10 of 10) 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/android/context/
GraphicsContextAndroid.cpp 204 void GraphicsContext::strokeArc(const IntRect& r, int startAngle, int angleSpan)
210 platformContext()->strokeArc(r, startAngle, angleSpan);
PlatformGraphicsContextSkia.cpp 567 void PlatformGraphicsContextSkia::strokeArc(const IntRect& r, int startAngle,
PlatformGraphicsContextRecording.cpp 897 void PlatformGraphicsContextRecording::strokeArc(const IntRect& r, int startAngle,
900 appendDrawingOperation(NEW_OP(StrokeArc)(r, startAngle, angleSpan), r);
    [all...]
  /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/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 36 milliseconds