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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 96 virtual void drawEllipse(const IntRect& rect);
PlatformGraphicsContextSkia.h 80 virtual void drawEllipse(const IntRect& rect);
GraphicsContextAndroid.cpp 198 void GraphicsContext::drawEllipse(const IntRect& rect)
204 platformContext()->drawEllipse(rect);
PlatformGraphicsContext.h 110 virtual void drawEllipse(const IntRect& rect) = 0;
PlatformGraphicsContextRecording.cpp 276 void PlatformGraphicsContextRecording::drawEllipse(const IntRect& rect)
278 mGraphicsOperationCollection->append(new GraphicsOperation::DrawEllipse(rect));
GraphicsOperation.h 583 class DrawEllipse : public Operation {
585 DrawEllipse(const IntRect& rect) : m_rect(rect) {}
587 context->drawEllipse(m_rect);
PlatformGraphicsContextSkia.cpp 292 void PlatformGraphicsContextSkia::drawEllipse(const IntRect& rect)
  /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 465 context->drawEllipse(inner);
471 context->drawEllipse(IntRect(inner.x() + 2, inner.y() + 2, inner.width() -4, inner.height() - 4));
489 context->drawEllipse(IntRect(inner.x() + 5, inner.y() + 5, inner.width() - 10, inner.height() - 10));
  /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/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 447 milliseconds