Home
last modified time | relevance | path

Searched refs:OH_Drawing_PathConicTo (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dconic_paths.cpp28 OH_Drawing_PathConicTo(conicCircle, 0, 50, 50, 50, WEIGHT); // 50曲线 in Makepath1()
36 OH_Drawing_PathConicTo(hyperbola, 0, 100, 100, 100, 2); // 100,2曲线 in Makepath1()
41 OH_Drawing_PathConicTo(thinHyperbola, 100, 100, 5, 0, 2); // 100,5,2曲线 in Makepath1()
46 OH_Drawing_PathConicTo(veryThinHyperbola, 100, 100, 1, 0, 2); // 100,1,2曲线 in Makepath1()
51 OH_Drawing_PathConicTo(closedHyperbola, 100, 100, 0, 0, 2); // 100,2曲线 in Makepath1()
65 OH_Drawing_PathConicTo(thinEllipse, 100, 100, 5, 0, 0.5f); // 100, 100, 5, 0, 0.5f曲线 in Makepath2()
70 OH_Drawing_PathConicTo(veryThinEllipse, 100, 100, 1, 0, 0.5f); // 100, 100, 1, 0, 0.5f曲线 in Makepath2()
75 OH_Drawing_PathConicTo(closedEllipse, 100, 100, 0, 0, 0.5f); // 100, 100, 0, 0, 0.5f曲线 in Makepath2()
140 OH_Drawing_PathConicTo(fGiantCircle, 2.1e+11f, 0, 1.05e+11f, 0, WEIGHT); in OnTestFunction()
141 OH_Drawing_PathConicTo(fGiantCircle, 0, 0, 0, -1.05e+11f, WEIGHT); in OnTestFunction()
[all …]
H A Donebadarc.cpp52OH_Drawing_PathConicTo(path, Bits2Float(0x41a00000), Bits2Float(0x42412318), Bits2Float(0x40bb73a0… in OnTestFunction()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_path.h242 void OH_Drawing_PathConicTo(OH_Drawing_Path*, float ctrlX, float ctrlY, float endX, float endY, flo…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_path_test.cpp363 OH_Drawing_PathConicTo(nullptr, 0, 0, 0, 0, 1);
365 OH_Drawing_PathConicTo(path, 0, 0, 30, 30, 1);
366 OH_Drawing_PathConicTo(path, -20.5f, -20.5f, 30, 0, 1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/
H A Dpath_fuzzer.cpp102 OH_Drawing_PathConicTo(nullptr, x1, y1, x2, y2, weight); in NativeDrawingPathTest002()
103 OH_Drawing_PathConicTo(pathConicTo, x1, y1, x2, y2, weight); in NativeDrawingPathTest002()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__path_8h.md52 | void [OH_Drawing_PathConicTo](_drawing.md#oh_drawing_pathconicto) ([OH_Drawing_Path](_drawing.md#…
H A D_drawing.md428 | void [OH_Drawing_PathConicTo](#oh_drawing_pathconicto) ([OH_Drawing_Path](#oh_drawing_path) \*, f…
10520 ### OH_Drawing_PathConicTo()
10523 void OH_Drawing_PathConicTo (OH_Drawing_Path* , float ctrlX, float ctrlY, float endX, float endY, f…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp160 void OH_Drawing_PathConicTo(OH_Drawing_Path* cPath, float ctrlX, float ctrlY, float endX, float end… in OH_Drawing_PathConicTo() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.cpp252OH_Drawing_PathConicTo(path, ctrlX, ctrlY, endX, endY, 0); // 0 是传递给OH_Drawing_PathConicTo函数的权重参数 in OnTestPerformance()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__path_8h.md52 | void [OH_Drawing_PathConicTo](_drawing.md#oh_drawing_pathconicto) ([OH_Drawing_Path](_drawing.md#…
H A D_drawing.md428 | void [OH_Drawing_PathConicTo](#oh_drawing_pathconicto) ([OH_Drawing_Path](#oh_drawing_path) \*, f…
10565 ### OH_Drawing_PathConicTo()
10568 void OH_Drawing_PathConicTo (OH_Drawing_Path* , float ctrlX, float ctrlY, float endX, float endY, f…