/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | bugfix7792.cpp | 67 OH_Drawing_PathMoveTo(path, 75, 50); // 75, 50坐标 in CanvasDrawPath1() 68 OH_Drawing_PathMoveTo(path, 100, 75); // 100, 75坐标 in CanvasDrawPath1() 78 OH_Drawing_PathMoveTo(path, 10, 10); // 10, 10坐标 in CanvasDrawPath1() 79 OH_Drawing_PathMoveTo(path, 75, 75); // 75, 75坐标 in CanvasDrawPath1() 88 OH_Drawing_PathMoveTo(path, 75, 150); // 75, 150坐标 in CanvasDrawPath1() 93 OH_Drawing_PathMoveTo(path, 75, 150); // 75, 150坐标 in CanvasDrawPath1() 117 OH_Drawing_PathMoveTo(path, 75, 75); // 75, 75坐标 in CanvasDrawPath2() 126 OH_Drawing_PathMoveTo(path, 75, 10); // 75, 10坐标 in CanvasDrawPath2() 127 OH_Drawing_PathMoveTo(path, 75, 75); // 75, 75坐标 in CanvasDrawPath2() 141 OH_Drawing_PathMoveTo(path, 75, 75); // 75, 75坐标 in CanvasDrawPath3() [all …]
|
H A D | convex_paths.cpp | 79 OH_Drawing_PathMoveTo(path_1, 0, 0); in MakePath1() 131 OH_Drawing_PathMoveTo(path_3, 0, 0); in MakePath2() 148 OH_Drawing_PathMoveTo(path_Polygon, 0, 0); in MakePath2() 203 OH_Drawing_PathMoveTo(path_8, 0, 0); in MakePath3() 285 OH_Drawing_PathMoveTo(path_18, 0, 0); in MakePath5() 286 OH_Drawing_PathMoveTo(path_18, 0, 0); in MakePath5() 287 OH_Drawing_PathMoveTo(path_18, 1, 1); // 1 coordinate in MakePath5() 288 OH_Drawing_PathMoveTo(path_18, 1, 1); // 1 coordinate in MakePath5() 293 OH_Drawing_PathMoveTo(path_19, 0, 0); in MakePath5() 294 OH_Drawing_PathMoveTo(path_19, 0, 0); in MakePath5() [all …]
|
H A D | conic_paths.cpp | 27 OH_Drawing_PathMoveTo(conicCircle, 0, 0); in Makepath1() 35 OH_Drawing_PathMoveTo(hyperbola, 0, 0); in Makepath1() 40 OH_Drawing_PathMoveTo(thinHyperbola, 0, 0); in Makepath1() 45 OH_Drawing_PathMoveTo(veryThinHyperbola, 0, 0); in Makepath1() 50 OH_Drawing_PathMoveTo(closedHyperbola, 0, 0); in Makepath1() 59 OH_Drawing_PathMoveTo(nearParabola, 0, 0); in Makepath2() 64 OH_Drawing_PathMoveTo(thinEllipse, 0, 0); in Makepath2() 69 OH_Drawing_PathMoveTo(veryThinEllipse, 0, 0); in Makepath2() 74 OH_Drawing_PathMoveTo(closedEllipse, 0, 0); in Makepath2() 139 OH_Drawing_PathMoveTo(fGiantCircle, 2.1e+11f, -1.05e+11f); in OnTestFunction()
|
H A D | clipped_cubic.cpp | 36 OH_Drawing_PathMoveTo(path, float(0), float(0)); in OnTestFunction()
|
H A D | onebadarc.cpp | 50 OH_Drawing_PathMoveTo(path, Bits2Float(0x41a00000), Bits2Float(0x41a00000)); in OnTestFunction()
|
H A D | largeclippedpath.cpp | 68 OH_Drawing_PathMoveTo(pathQuad, 1, 0); // 1、0是贝塞尔曲线的起始坐标 in OnTestFunction()
|
H A D | strokes.cpp | 66 OH_Drawing_PathMoveTo(fPath, 0, 0); in OnTestFunction()
|
H A D | dashing.cpp | 115 OH_Drawing_PathMoveTo(path, rect.left, rect.top); in make_path_line() 139 OH_Drawing_PathMoveTo(path, 0, -1.0); in make_path_star()
|
H A D | clip_cubic.cpp | 96 OH_Drawing_PathMoveTo(fVPath, W, 0); in OnTestFunction()
|
H A D | shadowutils.cpp | 132 OH_Drawing_PathMoveTo(path, 0.0, -33.3333); // 0.0, -33.3333 gm 要求的图形坐标 in make_path_star() 151 OH_Drawing_PathMoveTo(path1, 50.0, 0); // 50.0, 0 gm 要求的图形坐标 in make_path_star()
|
H A D | aa_rect_modes.cpp | 63 OH_Drawing_PathMoveTo(path, ptPtr->x, ptPtr->y); in test4()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | path_test.cpp | 40 … OH_Drawing_PathMoveTo(path, rand.nextULessThan(bitmapWidth_), rand.nextULessThan(bitmapHeight_)); in OnTestPerformance() 78 … OH_Drawing_PathMoveTo(path, rand.nextULessThan(bitmapWidth_), rand.nextULessThan(bitmapHeight_)); in OnTestPerformance() 133 OH_Drawing_PathMoveTo(path, 0, 0); // 0, 0 这些数字用于设置路径 in OnTestPerformance() 148 OH_Drawing_PathMoveTo(pathQuad, 1, 0); // 1, 0 这些数字用于设置路径 in OnTestPerformance() 186 OH_Drawing_PathMoveTo(pathQuad, 1, 0); // 1, 0 这些数字用于设置路径 in OnTestPerformance() 205 OH_Drawing_PathMoveTo(path, 1, 0); // 1, 0 这些数字用于设置路径 in OnTestPerformance() 216 OH_Drawing_PathMoveTo(path, 0, 0); // 0, 0 这些数字用于设置路径 in OnTestPerformance() 230 OH_Drawing_PathMoveTo(path, 0, 0); // 0, 0 这些数字用于设置路径 in OnTestPerformance() 246 OH_Drawing_PathMoveTo(path, 0, 0); // 0, 0 这些数字用于设置路径 in OnTestPerformance() 273 OH_Drawing_PathMoveTo(sourcePath, 0, 0); // 0, 0 这些数字用于设置路径 in OnTestPerformance() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_path_test.cpp | 72 OH_Drawing_PathMoveTo(nullptr, 0, 0); 74 OH_Drawing_PathMoveTo(path1, 20, 20); 75 OH_Drawing_PathMoveTo(path1, -1, 21.5); 108 OH_Drawing_PathMoveTo(path3, 20, 20); 560 OH_Drawing_PathMoveTo(path11, 100, 100); 851 OH_Drawing_PathMoveTo(path, 100, 100);
|
H A D | drawing_canvas_test.cpp | 114 OH_Drawing_PathMoveTo(path, INT32_MAX, INT32_MIN); 115 OH_Drawing_PathMoveTo(nullptr, 9999, -1000); 198 OH_Drawing_PathMoveTo(path, aX, aY); 506 OH_Drawing_PathMoveTo(path, 100, 300);
|
H A D | drawing_pen_test.cpp | 300 OH_Drawing_PathMoveTo(src, 10, 10); // 10: point's x, 10 point's y
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_path.h | 180 void OH_Drawing_PathMoveTo(OH_Drawing_Path*, float x, float y);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/ |
H A D | drawing_fuzzer.cpp | 222 OH_Drawing_PathMoveTo(path, x, y); in NativeDrawingPathMoveToTest() 248 OH_Drawing_PathMoveTo(path, x, y); in NativeDrawingPathResetTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_c_sample.cpp | 85 OH_Drawing_PathMoveTo(cPath, aX, aY); in TestDrawPathPro()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/ |
H A D | path_fuzzer.cpp | 53 OH_Drawing_PathMoveTo(nullptr, x, y); in NativeDrawingPathTest001() 54 OH_Drawing_PathMoveTo(path, x, y); in NativeDrawingPathTest001()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/ |
H A D | sample_bitmap.cpp | 109 OH_Drawing_PathMoveTo(cPath_, x1, y1); in ConstructPath()
|
/ohos5.0/docs/zh-cn/application-dev/graphics/ |
H A D | drawing-guidelines.md | 23 | OH_Drawing_PathMoveTo (OH_Drawing_Path *, float x, float y) | 设置自定义路径的起始点位置。 | 304 OH_Drawing_PathMoveTo(cPath_, aX, aY);
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ndk-build-custom-components.md | 270 OH_Drawing_PathMoveTo(path, size.width / 4, size.height / 4);
|
H A D | arkts-user-defined-arktsNode-renderNode.md | 341 OH_Drawing_PathMoveTo(path, width / 4, height / 4);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 48 | void [OH_Drawing_PathMoveTo](_drawing.md#oh_drawing_pathmoveto) ([OH_Drawing_Path](_drawing.md#oh…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_path.cpp | 89 void OH_Drawing_PathMoveTo(OH_Drawing_Path* cPath, float x, float y) in OH_Drawing_PathMoveTo() function
|