Home
last modified time | relevance | path

Searched defs:DrawOval (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/
H A Drs_canvas_listener.h46 virtual void DrawOval(const Drawing::Rect& oval) {}; in DrawOval() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_listened_canvas.cpp90 void RSListenedCanvas::DrawOval(const Rect& oval) in DrawOval() function in OHOS::Rosen::RSListenedCanvas
H A Drs_cpu_overdraw_canvas_listener.cpp104 void RSCPUOverdrawCanvasListener::DrawOval(const Drawing::Rect& oval) in DrawOval() function in OHOS::Rosen::RSCPUOverdrawCanvasListener
H A Drs_gpu_overdraw_canvas_listener.cpp146 void RSGPUOverdrawCanvasListener::DrawOval(const Drawing::Rect& oval) in DrawOval() function in OHOS::Rosen::RSGPUOverdrawCanvasListener
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_canvas.h109 virtual void DrawOval(const TestingRect& oval) {} in DrawOval() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp230 void CoreCanvas::DrawOval(const Rect& oval) in DrawOval() function in OHOS::Rosen::Drawing::CoreCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp149 void RecordingCanvas::DrawOval(const Rect& oval) in DrawOval() function in OHOS::Rosen::Drawing::RecordingCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp129 void RSPaintFilterCanvasBase::DrawOval(const Rect& oval) in DrawOval() function in OHOS::Rosen::RSPaintFilterCanvasBase
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp341 void SkiaCanvas::DrawOval(const Rect& oval, const Paint& paint) in DrawOval() function in OHOS::Rosen::Drawing::SkiaCanvas
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp822 napi_value JsCanvas::DrawOval(napi_env env, napi_callback_info info) in DrawOval() function in OHOS::Rosen::Drawing::JsCanvas