Home
last modified time | relevance | path

Searched defs:drawOval (Results 1 – 15 of 15) sorted by relevance

/external/skia/gm/
Drasterhandleallocator.cpp33 void drawOval(const SkRect& r, SkColor c) { in drawOval() function in GraphicsPort
/external/skia/src/core/
DSkDevice.h570 void drawOval(const SkRect&, const SkPaint&) override {} in drawOval() function
DSkBitmapDevice.cpp348 void SkBitmapDevice::drawOval(const SkRect& oval, const SkPaint& paint) { in drawOval() function in SkBitmapDevice
DSkCanvas.cpp1887 void SkCanvas::drawOval(const SkRect& r, const SkPaint& paint) { in drawOval() function in SkCanvas
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCanvas.java211 protected void drawOval(RectF oval, Paint paint) { in drawOval() method in ShadowCanvas
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyCanvas.java278 protected void drawOval(RectF oval, Paint paint) { in drawOval() method in ShadowLegacyCanvas
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java339 public void drawOval(int x, int y, int width, int height) in drawOval() method in OverrideGraphics2D
/external/skia/src/gpu/graphite/
DDevice.cpp641 void Device::drawOval(const SkRect& oval, const SkPaint& paint) { in drawOval() function in skgpu::graphite::Device
/external/skia/src/svg/
DSkSVGDevice.cpp914 void SkSVGDevice::drawOval(const SkRect& oval, const SkPaint& paint) { in drawOval() function in SkSVGDevice
/external/skia/src/gpu/ganesh/
DDevice.cpp718 void Device::drawOval(const SkRect& oval, const SkPaint& paint) { in drawOval() function in skgpu::v1::Device
DSurfaceDrawContext.cpp1323 void SurfaceDrawContext::drawOval(const GrClip* clip, in drawOval() function in skgpu::v1::SurfaceDrawContext
/external/skia/src/xps/
DSkXPSDevice.cpp2005 void SkXPSDevice::drawOval( const SkRect& o, const SkPaint& p) { in drawOval() function in SkXPSDevice
/external/skia/src/pdf/
DSkPDFDevice.cpp490 void SkPDFDevice::drawOval(const SkRect& oval, const SkPaint& paint) { in drawOval() function in SkPDFDevice
/external/skia/modules/canvaskit/
Dinterface.js643 CanvasKit.Canvas.prototype.drawOval = function(oval, paint) { method in CanvasKit.Canvas
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts1382 drawOval(oval: InputRect, paint: Paint): void; method