Searched refs:strokeEllipse (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGEllipse.cpp115 context->strokeEllipse(m_fillBoundingBox);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DListMarkerPainter.cpp72 context->strokeEllipse(marker);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextTest.cpp608 context.strokeEllipse(FloatRect(10, 10, 90, 90));
622 context.strokeEllipse(FloatRect(10, 10, 50, 30));
628 context.strokeEllipse(FloatRect(10, 10, 30, 50));
636 context.strokeEllipse(FloatRect(10, 10, 50, 30));
642 context.strokeEllipse(FloatRect(20, 10, 30, 50));
H A DGraphicsContext.h260 void strokeEllipse(const FloatRect&);
H A DGraphicsContext.cpp1481 void GraphicsContext::strokeEllipse(const FloatRect& ellipse) function in class:blink::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumMac.mm1399 paintInfo.context->strokeEllipse(borderBounds);

Completed in 601 milliseconds