/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_path.h | 213 void OH_Drawing_PathArcTo(OH_Drawing_Path*, float x1, float y1, float x2, float y2, float startDeg,…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | path_test.cpp | 236 OH_Drawing_PathArcTo(path, x, y, x1, y1, 0, 0); // 0, 0 这些数字用于设置原点 in OnTestPerformance() 274 OH_Drawing_PathArcTo(sourcePath, x, y, endX, endY, 0, 0); // 0, 0 PathArcTo参数值 in OnTestPerformance() 275 OH_Drawing_PathArcTo(targetPath, x, y, endX, endY, 0, 0); // 0, 0 PathArcTo参数值 in OnTestPerformance()
|
H A D | canvas_test.cpp | 357 OH_Drawing_PathArcTo(path, 0, 0, 100, 100, 0, 180); // 0, 0, 100, 100, 0, 180 创建Arc in OnTestPerformance() 471 OH_Drawing_PathArcTo(path, 0, 0, 100, 100, 0, 180); // 0, 0, 100, 100, 0, 180 创建Arc in OnTestPerformance()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_path_test.cpp | 126 OH_Drawing_PathArcTo(nullptr, 0, 0, 0, 0, 0, 0); 128 OH_Drawing_PathArcTo(path4, 10, 10, 20, 0, 0, 90); 129 OH_Drawing_PathArcTo(path4, -10, 10, 10, -10, 0, 90);
|
H A D | drawing_text_typography_test.cpp | 2772 OH_Drawing_PathArcTo(cPath, LEFT_POS, LEFT_POS, RIGHT_POS, RIGHT_POS, 0, SWEEP_DEGREE); 2815 OH_Drawing_PathArcTo(cPath, LEFT_POS, LEFT_POS, RIGHT_POS, RIGHT_POS, 0, SWEEP_DEGREE);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/ |
H A D | path_fuzzer.cpp | 92 OH_Drawing_PathArcTo(nullptr, x1, y1, x2, y2, startDeg, sweepDeg); in NativeDrawingPathTest002() 93 OH_Drawing_PathArcTo(pathArcTo, x1, y1, x2, y2, startDeg, sweepDeg); in NativeDrawingPathTest002()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | convex_paths.cpp | 157 OH_Drawing_PathArcTo(rect_path3, 0, 0, K_RADIUS, 2 * K_RADIUS, 25, 130); // 2,25,130 坐标 in MakePath2()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/ |
H A D | drawing_fuzzer.cpp | 266 OH_Drawing_PathArcTo(path, x1, y1, x2, y2, startDeg, sweepDeg); in NativeDrawingPathArcToTest()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 50 | void [OH_Drawing_PathArcTo](_drawing.md#oh_drawing_patharcto) ([OH_Drawing_Path](_drawing.md#oh_d…
|
H A D | _drawing.md | 426 | void [OH_Drawing_PathArcTo](#oh_drawing_patharcto) ([OH_Drawing_Path](#oh_drawing_path) \*, float… 10464 ### OH_Drawing_PathArcTo() 10467 void OH_Drawing_PathArcTo (OH_Drawing_Path* , float x1, float y1, float x2, float y2, float startDe…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_path.cpp | 129 void OH_Drawing_PathArcTo( in OH_Drawing_PathArcTo() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 50 | void [OH_Drawing_PathArcTo](_drawing.md#oh_drawing_patharcto) ([OH_Drawing_Path](_drawing.md#oh_d…
|
H A D | _drawing.md | 426 | void [OH_Drawing_PathArcTo](#oh_drawing_patharcto) ([OH_Drawing_Path](#oh_drawing_path) \*, float… 10509 ### OH_Drawing_PathArcTo() 10512 void OH_Drawing_PathArcTo (OH_Drawing_Path* , float x1, float y1, float x2, float y2, float startDe…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 66 | 图形-drawing |void OH_Drawing_PathArcTo(OH_Drawing_Path*, float x1, float y1, float x2, float y2…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 66 | Graphics - drawing |void OH_Drawing_PathArcTo(OH_Drawing_Path*, float x1, float y1, float x2, f…
|