drawEllipse       228 Source/platform/graphics/GraphicsContext.h     void drawEllipse(const IntRect&);
drawEllipse       604 Source/platform/graphics/GraphicsContextTest.cpp     context.drawEllipse(IntRect(10, 10, 90, 90));
drawEllipse       617 Source/platform/graphics/GraphicsContextTest.cpp     context.drawEllipse(IntRect(10, 10, 50, 30));
drawEllipse       622 Source/platform/graphics/GraphicsContextTest.cpp     context.drawEllipse(IntRect(10, 10, 30, 50));
drawEllipse       629 Source/platform/graphics/GraphicsContextTest.cpp     context.drawEllipse(IntRect(10, 10, 50, 30));
drawEllipse       634 Source/platform/graphics/GraphicsContextTest.cpp     context.drawEllipse(IntRect(20, 10, 30, 50));