Home
last modified time | relevance | path

Searched refs:drawEllipse (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/
DGrOvalRenderer.h40 bool drawEllipse(GrDrawTarget* target, bool useCoverageAA,
DGrOvalRenderer.cpp480 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/
DGrOvalRenderer.h40 bool drawEllipse(GrDrawTarget* target, bool useCoverageAA,
DGrOvalRenderer.cpp480 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/
DGraphicsContextTest.cpp615 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/
DGraphicsContext.h226 void drawEllipse(const IntRect&);
DGraphicsContext.cpp625 void GraphicsContext::drawEllipse(const IntRect& elipseRect) in drawEllipse() function in WebCore::GraphicsContext