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

  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 114 void GraphicsContext::drawEllipse(const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 113 void GraphicsContext::drawEllipse(const IntRect& rect)
118 m_data->drawEllipse(rect);
PainterOpenVG.cpp 989 void PainterOpenVG::drawEllipse(const IntRect& rect, VGbitfield specifiedPaintModes)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 197 void GraphicsContext::drawEllipse(const IntRect& rect)
203 platformContext()->drawEllipse(rect);
PlatformGraphicsContextSkia.cpp 294 void PlatformGraphicsContextSkia::drawEllipse(const IntRect& rect)
PlatformGraphicsContextRecording.cpp 805 void PlatformGraphicsContextRecording::drawEllipse(const IntRect& rect)
807 appendDrawingOperation(NEW_OP(DrawEllipse)(rect), rect);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 219 void GraphicsContext::drawEllipse(const IntRect& rect)
225 m_data->context->DrawEllipse(rect.x(), rect.y(), rect.width(), rect.height());
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 372 void GraphicsContext::drawEllipse(const IntRect& rect)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 303 void GraphicsContext::drawEllipse(const IntRect& rect)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 433 void GraphicsContext::drawEllipse(const IntRect& rect)
438 m_data->p()->drawEllipse(rect);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 500 void GraphicsContext::drawEllipse(const IntRect& elipseRect)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 700 void GraphicsContext::drawEllipse(const IntRect& rect)
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1424 milliseconds