Home
last modified time | relevance | path

Searched defs:oval (Results 1 - 19 of 19) sorted by relevance

/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() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpath_test.cpp440 Rect oval; in HWTEST_F() local
455 Rect oval; in HWTEST_F() local
/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
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp48 Rect oval = GetObject<Rect>(); in PathAddFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_canvas_test.cpp158 Rect oval; in HWTEST_F() local
178 Rect oval; in HWTEST_F() local
198 Rect oval; in HWTEST_F() local
/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 sweepAngle) {}; in DrawArc() argument
45 virtual void DrawPie(const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) {}; in DrawPie() argument
46 virtual void DrawOval(const Drawing::Rect& oval) {}; in DrawOval() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_gpu_overdraw_canvas_listener.cpp146 void RSGPUOverdrawCanvasListener::DrawOval(const Drawing::Rect& oval) in DrawOval() argument
122 DrawArc( const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) DrawArc() argument
134 DrawPie( const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) DrawPie() argument
H A Drs_cpu_overdraw_canvas_listener.cpp104 void RSCPUOverdrawCanvasListener::DrawOval(const Drawing::Rect& oval) in DrawOval() argument
88 DrawArc( const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) DrawArc() argument
96 DrawPie( const Drawing::Rect& oval, Drawing::scalar startAngle, Drawing::scalar sweepAngle) DrawPie() argument
H A Drs_listened_canvas.cpp74 void RSListenedCanvas::DrawArc(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawArc() argument
82 void RSListenedCanvas::DrawPie(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawPie() argument
90 void RSListenedCanvas::DrawOval(const Rect& oval) in DrawOval() argument
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_path.h56 virtual void AddArc(TestingRect oval, float startAngle, float sweepAngle) {} in AddArc() argument
92 virtual void AddOval(const TestingRect& oval, PathDirection dir = PathDirection::CW_DIRECTION) {} in AddOval() argument
H A Dtesting_canvas.h57 virtual void DrawArc(const TestingRect& oval, float startAngle, float sweepAngle) {} in DrawArc() argument
109 virtual void DrawOval(const TestingRect& oval) {} in DrawOval() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp373 void OH_Drawing_PathAddOval(OH_Drawing_Path* cPath, const OH_Drawing_Rect* oval, OH_Drawing_PathDirection dir) in OH_Drawing_PathAddOval() argument
255 OH_Drawing_PathAddOvalWithInitialPoint(OH_Drawing_Path* cPath, const OH_Drawing_Rect* oval, uint32_t start, OH_Drawing_PathDirection dir) OH_Drawing_PathAddOvalWithInitialPoint() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp354 Drawing::Rect oval; in HWTEST_F() local
367 Drawing::Rect oval; in HWTEST_F() local
380 Drawing::Rect oval; in HWTEST_F() local
/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() argument
153 void Path::AddOval(const Rect& oval, unsigned start, PathDirection dir) in AddOval() argument
158 AddArc(const Rect& oval, scalar startAngle, scalar sweepAngle) AddArc() argument
[all...]
H A Dcore_canvas.cpp226 void CoreCanvas::DrawArc(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawArc() argument
231 void CoreCanvas::DrawPie(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawPie() argument
236 void CoreCanvas::DrawOval(const Rect& oval) in DrawOval() argument
/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() argument
140 void RecordingCanvas::DrawPie(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawPie() argument
149 void RecordingCanvas::DrawOval(const Rect& oval) in DrawOval() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp175 void RSPaintFilterCanvasBase::DrawArc(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawArc() argument
190 void RSPaintFilterCanvasBase::DrawPie(const Rect& oval, scalar startAngle, scalar sweepAngle) in DrawPie() argument
205 void RSPaintFilterCanvasBase::DrawOval(const Rect& oval) in DrawOval() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h388 DrawArcOpItem(const Rect& oval, scalar startAngle, scalar sweepAngle, const Paint& paint) in DrawArcOpItem() argument
416 DrawPieOpItem(const Rect& oval, scalar startAngle, scalar sweepAngle, const Paint& paint) in DrawPieOpItem() argument
441 explicit DrawOvalOpItem(const Rect& oval, const Paint& paint) in DrawOvalOpItem() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp348 void SkiaCanvas::DrawArc(const Rect& oval, scalar startAngle, scalar sweepAngle, const Paint& paint) in DrawArc() argument
360 void SkiaCanvas::DrawPie(const Rect& oval, scalar startAngle, scalar sweepAngle, const Paint& paint) in DrawPie() argument
372 void SkiaCanvas::DrawOval(const Rect& oval, const Paint& paint) in DrawOval() argument

Completed in 22 milliseconds