/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | convex_paths.cpp | 175 OH_Drawing_PathCubicTo(path_4, 10, 10, 10, 0, 20, 0); // 10 20 coordinate in MakePath3() 177 OH_Drawing_PathCubicTo(path_4, 40, 0, 50, 0, 50, 10); // 40 50 10 coordinate in MakePath3() 183 OH_Drawing_PathCubicTo(path_5, 10, 0, 10, 0, 20, 0); // 10 20 coordinate in MakePath3() 185 OH_Drawing_PathCubicTo(path_5, 50, 0, 50, 0, 50, 10); // 50 10 coordinate in MakePath3() 198 OH_Drawing_PathCubicTo(path_7, 0, 1, 30, 1, 20, 0); // 1 30 20 coordinate in MakePath3() 204 OH_Drawing_PathCubicTo(path_8, 10, 1, 30, 1, 20, 0); // 10 1 30 20 coordinate in MakePath3() 213 OH_Drawing_PathCubicTo(path_9, 0, 1, 20, 1, 30, 0); // 1 20 1 30 coordinate in MakePath4() 235 OH_Drawing_PathCubicTo(path_12, 50, 0, 50, 50, 50, 50); // 50 coordinate in MakePath4() 260 OH_Drawing_PathCubicTo(path_15, 50, 50, 50, 50, 50, 50); // 50 coordinate in MakePath5() 280 OH_Drawing_PathCubicTo(path_17, 50, 50, 50, 50, 50, 50); // 50 coordinate in MakePath5() [all …]
|
H A D | clipped_cubic.cpp | 37 OH_Drawing_PathCubicTo(path, float(140), float(150), float(40), // 140 150 40坐标 in OnTestFunction()
|
H A D | shadowutils.cpp | 115 OH_Drawing_PathCubicTo(path5, 100, 50, 20, 100, 0, 0); // 100, 50, 20, 100, 0, 0 gm 要求的图形坐标 in make_path_rect() 152 OH_Drawing_PathCubicTo(path1, 100, 25, 60, 50, 50, 0); // 100, 25, 60, 50, 50, 0 gm 要求的图形坐标 in make_path_star() 153 OH_Drawing_PathCubicTo(path1, 0, -25, 40, -50, 50, 0); // 0, -25, 40, -50, 50, 0 gm 要求的图形坐标 in make_path_star()
|
H A D | clip_cubic.cpp | 97 OH_Drawing_PathCubicTo(fVPath, W, H - 10, 0, 10, 0, H); // 10坐标 in OnTestFunction()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_path_test.cpp | 162 OH_Drawing_PathCubicTo(nullptr, 0, 0, 0, 0, 0, 0); 164 OH_Drawing_PathCubicTo(path6, 30, 40, 60, 0, 50, 20); 165 OH_Drawing_PathCubicTo(path6, -30, 40, 60, -30.6f, 50, -20); 614 OH_Drawing_PathCubicTo(path14, 30, 40, 60, 0, 50, 20);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_path.h | 258 void OH_Drawing_PathCubicTo(
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/ |
H A D | path_fuzzer.cpp | 108 OH_Drawing_PathCubicTo(nullptr, x1, y1, x2, y2, endX, endY); in NativeDrawingPathTest002() 109 OH_Drawing_PathCubicTo(pathCubicTo, x1, y1, x2, y2, endX, endY); in NativeDrawingPathTest002()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | path_test.cpp | 338 … OH_Drawing_PathCubicTo(path, rand.nextULessThan(bitmapWidth_), rand.nextULessThan(bitmapHeight_), in OnTestPerformance() 343 … OH_Drawing_PathCubicTo(path, rand.nextULessThan(bitmapWidth_), rand.nextULessThan(bitmapHeight_), in OnTestPerformance()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/ |
H A D | drawing_fuzzer.cpp | 298 OH_Drawing_PathCubicTo(path, ctrlX1, ctrlY1, ctrlX2, ctrlY2, endX, endY); in NativeDrawingPathCubicToTest()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 53 | void [OH_Drawing_PathCubicTo](_drawing.md#oh_drawing_pathcubicto) ([OH_Drawing_Path](_drawing.md#…
|
H A D | _drawing.md | 429 | void [OH_Drawing_PathCubicTo](#oh_drawing_pathcubicto) ([OH_Drawing_Path](#oh_drawing_path) \*, f… 10629 ### OH_Drawing_PathCubicTo() 10632 void OH_Drawing_PathCubicTo (OH_Drawing_Path* , float ctrlX1, float ctrlY1, float ctrlX2, float ctr…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_path.cpp | 180 void OH_Drawing_PathCubicTo( in OH_Drawing_PathCubicTo() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 53 | void [OH_Drawing_PathCubicTo](_drawing.md#oh_drawing_pathcubicto) ([OH_Drawing_Path](_drawing.md#…
|
H A D | _drawing.md | 429 | void [OH_Drawing_PathCubicTo](#oh_drawing_pathcubicto) ([OH_Drawing_Path](#oh_drawing_path) \*, f… 10674 ### OH_Drawing_PathCubicTo() 10677 void OH_Drawing_PathCubicTo (OH_Drawing_Path* , float ctrlX1, float ctrlY1, float ctrlX2, float ctr…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 68 | 图形-drawing |void OH_Drawing_PathCubicTo(OH_Drawing_Path*, float ctrlX1, float ctrlY1, float ct…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 68 | Graphics - drawing |void OH_Drawing_PathCubicTo(OH_Drawing_Path*, float ctrlX1, float ctrlY1, f…
|