drawOval          594 Source/platform/graphics/GraphicsContext.cpp     drawOval(rect, immutableState()->fillPaint());
drawOval          597 Source/platform/graphics/GraphicsContext.cpp         drawOval(rect, immutableState()->strokePaint());
drawOval         1180 Source/platform/graphics/GraphicsContext.cpp     m_canvas->drawOval(oval, paint);
drawOval         1366 Source/platform/graphics/GraphicsContext.cpp     drawOval(rect, immutableState()->fillPaint());
drawOval         1411 Source/platform/graphics/GraphicsContext.cpp     drawOval(ellipse, immutableState()->strokePaint());
drawOval          278 Source/platform/graphics/GraphicsContext.h     void drawOval(const SkRect&, const SkPaint&);