Searched refs:OH_Drawing_PathAddArc (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | filltypes.cpp | 94 OH_Drawing_PathAddArc(path, rect, startAngle, sweepAngle); in OnTestFunction() 95 OH_Drawing_PathAddArc(path, rects, startAngle, sweepAngle); in OnTestFunction()
|
H A D | largeclippedpath.cpp | 79 OH_Drawing_PathAddArc(pathQuad, rect, 0, 360); // 0、360表示弧的起始角度和扫过角度 in OnTestFunction()
|
H A D | add_arc.cpp | 129 OH_Drawing_PathAddArc(path, r, startAngle, sweepAngle); in OnTestFunction()
|
H A D | shadowutils.cpp | 109 OH_Drawing_PathAddArc(path4, rect, 0, 360.f); // 360.f 旋转角度 in make_path_rect() 122 OH_Drawing_PathAddArc(path6, rect, 0, 360.f); // 360.f 旋转角度 in make_path_rect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/ |
H A D | path_fuzzer.cpp | 202 OH_Drawing_PathAddArc(nullptr, rect, startAngle, sweepAngle); in NativeDrawingPathTest004() 203 OH_Drawing_PathAddArc(path, nullptr, startAngle, sweepAngle); in NativeDrawingPathTest004() 204 OH_Drawing_PathAddArc(path, rect, startAngle, sweepAngle); in NativeDrawingPathTest004()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_path.h | 402 void OH_Drawing_PathAddArc(OH_Drawing_Path*, const OH_Drawing_Rect*, float startAngle, float sweepA…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | test_common.cpp | 122 OH_Drawing_PathAddArc(path, rc, 0, 360); // 0,360 arc param in DrawPathAddCircle()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_path_test.cpp | 272 OH_Drawing_PathAddArc(nullptr, rect, 0, 180); 274 OH_Drawing_PathAddArc(path, nullptr, 0, 180); 276 OH_Drawing_PathAddArc(path, rect, 0, 180);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 63 | void [OH_Drawing_PathAddArc](_drawing.md#oh_drawing_pathaddarc) ([OH_Drawing_Path](_drawing.md#oh…
|
H A D | _drawing.md | 439 | void [OH_Drawing_PathAddArc](#oh_drawing_pathaddarc) ([OH_Drawing_Path](#oh_drawing_path) \*, con… 10171 ### OH_Drawing_PathAddArc() 10174 void OH_Drawing_PathAddArc (OH_Drawing_Path* , const OH_Drawing_Rect* , float startAngle, float swe…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_path.cpp | 274 void OH_Drawing_PathAddArc(OH_Drawing_Path* cPath, in OH_Drawing_PathAddArc() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | path_test.cpp | 322 OH_Drawing_PathAddArc(path, recv, renderer.nextF(), renderer.nextF()); in OnTestPerformance()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 63 | void [OH_Drawing_PathAddArc](_drawing.md#oh_drawing_pathaddarc) ([OH_Drawing_Path](_drawing.md#oh…
|
H A D | _drawing.md | 439 | void [OH_Drawing_PathAddArc](#oh_drawing_pathaddarc) ([OH_Drawing_Path](#oh_drawing_path) \*, con… 10216 ### OH_Drawing_PathAddArc() 10219 void OH_Drawing_PathAddArc (OH_Drawing_Path* , const OH_Drawing_Rect* , float startAngle, float swe…
|