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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
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);
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());

Completed in 493 milliseconds