Searched defs:strokeArc (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp124 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp121 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp206 void GraphicsContext::strokeArc(const IntRect& r, int startAngle, int angleSpan) function in class:WebCore::GraphicsContext
212 platformContext()->strokeArc(r, startAngle, angleSpan);
H A DPlatformGraphicsContextSkia.cpp567 void PlatformGraphicsContextSkia::strokeArc(const IntRect& r, int startAngle, function in class:WebCore::PlatformGraphicsContextSkia
H A DPlatformGraphicsContextRecording.cpp896 void PlatformGraphicsContextRecording::strokeArc(const IntRect& r, int startAngle, function in class:WebCore::PlatformGraphicsContextRecording
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp228 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp399 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp314 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp1168 void GraphicsContext::strokeArc(const IntRect& r, int startAngle, int angleSpan) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp782 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) function in class:WebCore::GraphicsContext

Completed in 359 milliseconds