Searched refs:drawEllipse (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
D | GrOvalRenderer.h | 40 bool drawEllipse(GrDrawTarget* target, bool useCoverageAA,
|
D | GrOvalRenderer.cpp | 480 return this->drawEllipse(target, useCoverageAA, oval, stroke); in drawOval() 601 bool GrOvalRenderer::drawEllipse(GrDrawTarget* target, in drawEllipse() function in GrOvalRenderer
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrOvalRenderer.h | 40 bool drawEllipse(GrDrawTarget* target, bool useCoverageAA,
|
D | GrOvalRenderer.cpp | 480 return this->drawEllipse(target, useCoverageAA, oval, stroke); in drawOval() 601 bool GrOvalRenderer::drawEllipse(GrDrawTarget* target, in drawEllipse() function in GrOvalRenderer
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | GraphicsContextTest.cpp | 615 context.drawEllipse(IntRect(10, 10, 90, 90)); in TEST() 628 context.drawEllipse(IntRect(10, 10, 50, 30)); in TEST() 633 context.drawEllipse(IntRect(10, 10, 30, 50)); in TEST() 640 context.drawEllipse(IntRect(10, 10, 50, 30)); in TEST() 645 context.drawEllipse(IntRect(20, 10, 30, 50)); in TEST()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.h | 226 void drawEllipse(const IntRect&);
|
D | GraphicsContext.cpp | 625 void GraphicsContext::drawEllipse(const IntRect& elipseRect) in drawEllipse() function in WebCore::GraphicsContext
|