Home
last modified time | relevance | path

Searched refs:OH_Drawing_PathEffect (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path_effect.cpp30 OH_Drawing_PathEffect* OH_Drawing_CreateDashPathEffect(float* intervals, int count, float phase) in OH_Drawing_CreateDashPathEffect()
42 return Helper::CastTo<NativeHandle<PathEffect>*, OH_Drawing_PathEffect*>(pathEffectHandle); in OH_Drawing_CreateDashPathEffect()
45 void OH_Drawing_PathEffectDestroy(OH_Drawing_PathEffect* cPathEffect) in OH_Drawing_PathEffectDestroy()
50 delete Helper::CastTo<OH_Drawing_PathEffect*, NativeHandle<PathEffect>*>(cPathEffect); in OH_Drawing_PathEffectDestroy()
H A Ddrawing_pen.cpp294 void OH_Drawing_PenSetPathEffect(OH_Drawing_Pen* cPen, OH_Drawing_PathEffect* cPathEffect) in OH_Drawing_PenSetPathEffect()
305 …auto pathEffectHandle = Helper::CastTo<OH_Drawing_PathEffect*, NativeHandle<PathEffect>*>(cPathEff… in OH_Drawing_PenSetPathEffect()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__path__effect_8h.md24OH_Drawing_PathEffect](_drawing.md#oh_drawing_patheffect) \* [OH_Drawing_CreateDashPathEffect](_dr…
25 …awing_patheffectdestroy) ([OH_Drawing_PathEffect](_drawing.md#oh_drawing_patheffect) \*) | Destroy…
H A Ddrawing__types_8h.md49 | typedef struct [OH_Drawing_PathEffect](_drawing.md#oh_drawing_patheffect) [OH_Drawing_PathEffect
H A Ddrawing__pen_8h.md59 …setpatheffect) ([OH_Drawing_Pen](_drawing.md#oh_drawing_pen) \*, [OH_Drawing_PathEffect](_drawing.…
H A D_drawing.md163 | typedef struct [OH_Drawing_PathEffect](#oh_drawing_patheffect) [OH_Drawing_PathEffect](#oh_drawi…
462 …oh_drawing_patheffectdestroy) ([OH_Drawing_PathEffect](#oh_drawing_patheffect) \*) | Destroys an *…
1543 ### OH_Drawing_PathEffect subsection
1546 typedef struct OH_Drawing_PathEffect OH_Drawing_PathEffect
7642 OH_Drawing_PathEffect* OH_Drawing_CreateDashPathEffect (float* intervals, int count, float phase )
7667 Returns the pointer to the [OH_Drawing_PathEffect](#oh_drawing_patheffect) object created.
10729 void OH_Drawing_PathEffectDestroy (OH_Drawing_PathEffect* )
10734 Destroys an **OH_Drawing_PathEffect** object and reclaims the memory occupied by the object.
10744 | OH_Drawing_PathEffect | Pointer to an [OH_Drawing_PathEffect](#oh_drawing_patheffect) object. |
11649 void OH_Drawing_PenSetPathEffect (OH_Drawing_Pen* , OH_Drawing_PathEffect* )
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_path_effect.h57 OH_Drawing_PathEffect* OH_Drawing_CreateDashPathEffect(float* intervals, int count, float phase);
67 void OH_Drawing_PathEffectDestroy(OH_Drawing_PathEffect*);
H A Ddrawing_types.h160 typedef struct OH_Drawing_PathEffect OH_Drawing_PathEffect; typedef
H A Ddrawing_pen.h314 void OH_Drawing_PenSetPathEffect(OH_Drawing_Pen*, OH_Drawing_PathEffect*);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__path__effect_8h.md24 | [OH_Drawing_PathEffect](_drawing.md#oh_drawing_patheffect) \* [OH_Drawing_CreateDashPathEffect](_…
25 …ng_PathEffectDestroy](_drawing.md#oh_drawing_patheffectdestroy) ([OH_Drawing_PathEffect](_drawing.…
H A Ddrawing__types_8h.md49 | typedef struct [OH_Drawing_PathEffect](_drawing.md#oh_drawing_patheffect) [OH_Drawing_PathEffect
H A Ddrawing__pen_8h.md59 …setpatheffect) ([OH_Drawing_Pen](_drawing.md#oh_drawing_pen) \*, [OH_Drawing_PathEffect](_drawing.…
H A D_drawing.md163 | typedef struct [OH_Drawing_PathEffect](#oh_drawing_patheffect) [OH_Drawing_PathEffect](#oh_drawi…
462 | void [OH_Drawing_PathEffectDestroy](#oh_drawing_patheffectdestroy) ([OH_Drawing_PathEffect](#oh_d…
482 …drawing_pensetpatheffect) ([OH_Drawing_Pen](#oh_drawing_pen) \*, [OH_Drawing_PathEffect](#oh_drawi…
1543 ### OH_Drawing_PathEffect subsection
1546 typedef struct OH_Drawing_PathEffect OH_Drawing_PathEffect
7597 OH_Drawing_PathEffect* OH_Drawing_CreateDashPathEffect (float* intervals, int count, float phase )
7622 函数返回一个指针,指针指向创建的路径效果对象[OH_Drawing_PathEffect](#oh_drawing_patheffect)。
10684 void OH_Drawing_PathEffectDestroy (OH_Drawing_PathEffect* )
10699 | OH_Drawing_PathEffect | 指向路径效果对象[OH_Drawing_PathEffect](#oh_drawing_patheffect)的指针。 |
11604 void OH_Drawing_PenSetPathEffect (OH_Drawing_Pen* , OH_Drawing_PathEffect* )
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpatheffect_fuzzer/
H A Dpatheffect_fuzzer.cpp51OH_Drawing_PathEffect* pathEffectError = OH_Drawing_CreateDashPathEffect(nullptr, number, phase); in NativePathEffectTest()
52 OH_Drawing_PathEffect* pathEffect = OH_Drawing_CreateDashPathEffect(intervals, number, phase); in NativePathEffectTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_path_effect_test.cpp51 OH_Drawing_PathEffect* pathEffect = OH_Drawing_CreateDashPathEffect(intervals, 3, 0.0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Ddashing.cpp41 OH_Drawing_PathEffect *effect = OH_Drawing_CreateDashPathEffect(intervals, 2, dashings.phase); in drawline()
195 OH_Drawing_PathEffect *dasheffect = OH_Drawing_CreateDashPathEffect(vals, count, phase); in OnTestFunction()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.h120 OH_Drawing_PathEffect* stylePathEffect_ = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpen_fuzzer/
H A Dpen_fuzzer.cpp190OH_Drawing_PathEffect* PathEffect = OH_Drawing_CreateDashPathEffect(intervals, size_path, phase); in PenFuzzTest003()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.cpp170 OH_Drawing_PathEffect* pathEffect = in OnTestPerformance()