Searched defs:drawOval (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapDevice.cpp | 216 void SkBitmapDevice::drawOval(const SkDraw& draw, const SkRect& oval, const SkPaint& paint) { in drawOval() function in SkBitmapDevice
|
D | SkCanvas.cpp | 1864 void SkCanvas::drawOval(const SkRect& r, const SkPaint& paint) { in drawOval() function in SkCanvas
|
/external/skia/src/gpu/ |
D | GrDrawContext.cpp | 520 void GrDrawContext::drawOval(const GrClip& clip, in drawOval() function in GrDrawContext
|
D | SkGpuDevice.cpp | 661 void SkGpuDevice::drawOval(const SkDraw& draw, const SkRect& oval, const SkPaint& paint) { in drawOval() function in SkGpuDevice
|
/external/skia/src/svg/ |
D | SkSVGDevice.cpp | 643 void SkSVGDevice::drawOval(const SkDraw& draw, const SkRect& oval, const SkPaint& paint) { in drawOval() function in SkSVGDevice
|
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 339 public void drawOval(int x, int y, int width, int height) in drawOval() method in OverrideGraphics2D
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 969 void SkPDFDevice::drawOval(const SkDraw& draw, in drawOval() function in SkPDFDevice
|