Home
last modified time | relevance | path

Searched defs:oval (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/
H A Drs_canvas_listener.h44 …virtual void DrawArc(const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepA… in DrawArc()
45 …virtual void DrawPie(const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepA… in DrawPie()
46 virtual void DrawOval(const Drawing::Rect& oval) {}; in DrawOval()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path.cpp31 TexginePath &TexginePath::AddOval(const TexgineRect &oval, TexginePathDirection dir) in AddOval()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_listened_canvas.cpp74 void RSListenedCanvas::DrawArc(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawArc()
82 void RSListenedCanvas::DrawPie(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawPie()
90 void RSListenedCanvas::DrawOval(const Rect& oval) in DrawOval()
H A Drs_cpu_overdraw_canvas_listener.cpp89 const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) in DrawArc()
97 const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) in DrawPie()
104 void RSCPUOverdrawCanvasListener::DrawOval(const Drawing::Rect& oval) in DrawOval()
H A Drs_gpu_overdraw_canvas_listener.cpp123 const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) in DrawArc()
135 const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) in DrawPie()
146 void RSGPUOverdrawCanvasListener::DrawOval(const Drawing::Rect& oval) in DrawOval()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dadd_arc.cpp70 OH_Drawing_Rect *oval = OH_Drawing_RectCreate(-R, -R, R, R); in OnTestFunction() local
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_canvas.h57 virtual void DrawArc(const TestingRect& oval, float startAngle, float sweepAngle) {} in DrawArc()
109 virtual void DrawOval(const TestingRect& oval) {} in DrawOval()
H A Dtesting_path.h56 virtual void AddArc(TestingRect oval, float startAngle, float sweepAngle) {} in AddArc()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_canvas_test.cpp164 Rect oval; variable
185 Rect oval; variable
206 Rect oval; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp354 Drawing::Rect oval; variable
367 Drawing::Rect oval; variable
380 Drawing::Rect oval; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp148 void Path::AddOval(const Rect& oval, PathDirection dir) in AddOval()
153 void Path::AddOval(const Rect& oval, unsigned start, PathDirection dir) in AddOval()
158 void Path::AddArc(const Rect& oval, scalar startAngle, scalar sweepAngle) in AddArc()
H A Dcore_canvas.cpp220 void CoreCanvas::DrawArc(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawArc()
225 void CoreCanvas::DrawPie(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawPie()
230 void CoreCanvas::DrawOval(const Rect& oval) in DrawOval()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpath_test.cpp441 Rect oval; variable
456 Rect oval; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp131 void RecordingCanvas::DrawArc(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawArc()
140 void RecordingCanvas::DrawPie(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawPie()
149 void RecordingCanvas::DrawOval(const Rect& oval) in DrawOval()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp115 void RSPaintFilterCanvasBase::DrawArc(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawArc()
122 void RSPaintFilterCanvasBase::DrawPie(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawPie()
129 void RSPaintFilterCanvasBase::DrawOval(const Rect& oval) in DrawOval()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp48 Rect oval = GetObject<Rect>(); in PathAddFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp317 void SkiaCanvas::DrawArc(const Rect& oval, scalar startAngle, scalar sweepAngle, const Paint& paint) in DrawArc()
329 void SkiaCanvas::DrawPie(const Rect& oval, scalar startAngle, scalar sweepAngle, const Paint& paint) in DrawPie()
341 void SkiaCanvas::DrawOval(const Rect& oval, const Paint& paint) in DrawOval()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp256 const OH_Drawing_Rect* oval, uint32_t start, OH_Drawing_PathDirection dir) in OH_Drawing_PathAddOvalWithInitialPoint()
373 void OH_Drawing_PathAddOval(OH_Drawing_Path* cPath, const OH_Drawing_Rect* oval, OH_Drawing_PathDir… in OH_Drawing_PathAddOval()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h380 DrawArcOpItem(const Rect& oval, scalar startAngle, scalar sweepAngle, const Paint& paint) in DrawArcOpItem()
407 DrawPieOpItem(const Rect& oval, scalar startAngle, scalar sweepAngle, const Paint& paint) in DrawPieOpItem()
431 explicit DrawOvalOpItem(const Rect& oval, const Paint& paint) in DrawOvalOpItem()
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_mixer.c1251 int32_t value, oval, err; in AudioUsbmixerCtlFeatureSet() local
1271 int32_t value, oval, err; in AudioUsbMixerCtlFeatureMultSet() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js1749 setOvalShape(oval) { argument