Searched refs:fillEllipse (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGEllipse.cpp | 104 context->fillEllipse(m_fillBoundingBox); in fillShape()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContextTest.cpp | 605 context.fillEllipse(FloatRect(10, 10, 90, 90)); in TEST() 619 context.fillEllipse(FloatRect(10, 10, 50, 30)); in TEST() 625 context.fillEllipse(FloatRect(10, 10, 30, 50)); in TEST() 633 context.fillEllipse(FloatRect(10, 10, 50, 30)); in TEST() 639 context.fillEllipse(FloatRect(20, 10, 30, 50)); in TEST()
|
D | GraphicsContext.h | 258 void fillEllipse(const FloatRect&);
|
D | GraphicsContext.cpp | 1269 void GraphicsContext::fillEllipse(const FloatRect& ellipse) in fillEllipse() function in WebCore::GraphicsContext
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderThemeChromiumMac.mm | 1421 paintInfo.context->fillEllipse(borderBounds); 1431 paintInfo.context->fillEllipse(borderBounds); 1600 paintInfo.context->fillEllipse(unzoomedRect);
|
D | RenderListMarker.cpp | 1174 context->fillEllipse(marker); in paint()
|