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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.h 81 virtual void drawEllipse(const IntRect& rect);
GraphicsContextAndroid.cpp 195 void GraphicsContext::drawEllipse(const IntRect& rect)
201 platformContext()->drawEllipse(rect);
PlatformGraphicsContext.h 113 virtual void drawEllipse(const IntRect& rect) = 0;
PlatformGraphicsContextRecording.h 122 virtual void drawEllipse(const IntRect& rect);
GraphicsOperation.h 363 class DrawEllipse : public Operation {
365 DrawEllipse(const IntRect& rect) : m_rect(rect) {}
367 context->drawEllipse(m_rect);
PlatformGraphicsContextSkia.cpp 294 void PlatformGraphicsContextSkia::drawEllipse(const IntRect& rect)
PlatformGraphicsContextRecording.cpp 806 void PlatformGraphicsContextRecording::drawEllipse(const IntRect& rect)
808 appendDrawingOperation(NEW_OP(DrawEllipse)(rect), rect);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.h 104 void drawEllipse(const IntRect& bounds, VGbitfield paintModes = (VG_STROKE_PATH | VG_FILL_PATH));
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/qt/
QtMobileWebStyle.cpp 104 painter->drawEllipse(rect);
106 painter->drawEllipse(rect);
114 painter->drawEllipse(rect);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 114 void GraphicsContext::drawEllipse(const IntRect& rect)
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 512 context->drawEllipse(borderRect);
529 context->drawEllipse(borderRect);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 319 void drawEllipse(const IntRect&);
  /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/WebKit/win/
FullscreenVideoController.cpp 142 context.drawEllipse(IntRect(m_rect.location().x() + m_buttonPosition, m_rect.location().y() - (m_buttonSize - m_rect.height()) / 2, m_buttonSize, m_buttonSize));
  /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/rendering/
RenderListMarker.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 372 void GraphicsContext::drawEllipse(const IntRect& 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/cg/
GraphicsContextCG.cpp 303 void GraphicsContext::drawEllipse(const IntRect& rect)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 700 void GraphicsContext::drawEllipse(const IntRect& rect)
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 541 milliseconds