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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.h 99 virtual void strokeArc(const IntRect& r, int startAngle, int angleSpan);
GraphicsContextAndroid.cpp 204 void GraphicsContext::strokeArc(const IntRect& r, int startAngle, int angleSpan)
210 platformContext()->strokeArc(r, startAngle, angleSpan);
PlatformGraphicsContext.h 140 virtual void strokeArc(const IntRect& r, int startAngle, int angleSpan) = 0;
PlatformGraphicsContextRecording.h 140 virtual void strokeArc(const IntRect& r, int startAngle, int angleSpan);
GraphicsOperation.h 516 class StrokeArc : public Operation {
518 StrokeArc(const IntRect& r, int startAngle, int angleSpan)
524 context->strokeArc(m_rect, m_startAngle, m_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/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/rendering/
RenderObject.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 326 void strokeArc(const IntRect&, 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/cairo/
GraphicsContextCairo.cpp 399 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/cg/
GraphicsContextCG.cpp 314 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 782 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
    [all...]

Completed in 260 milliseconds