/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_path_effect.cpp | 30 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 D | drawing_pen.cpp | 294 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 D | drawing__path__effect_8h.md | 24 …OH_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 D | drawing__types_8h.md | 49 | typedef struct [OH_Drawing_PathEffect](_drawing.md#oh_drawing_patheffect) [OH_Drawing_PathEffect…
|
H A D | drawing__pen_8h.md | 59 …setpatheffect) ([OH_Drawing_Pen](_drawing.md#oh_drawing_pen) \*, [OH_Drawing_PathEffect](_drawing.…
|
H A D | _drawing.md | 163 | 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 D | drawing_path_effect.h | 57 OH_Drawing_PathEffect* OH_Drawing_CreateDashPathEffect(float* intervals, int count, float phase); 67 void OH_Drawing_PathEffectDestroy(OH_Drawing_PathEffect*);
|
H A D | drawing_types.h | 160 typedef struct OH_Drawing_PathEffect OH_Drawing_PathEffect; typedef
|
H A D | drawing_pen.h | 314 void OH_Drawing_PenSetPathEffect(OH_Drawing_Pen*, OH_Drawing_PathEffect*);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path__effect_8h.md | 24 | [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 D | drawing__types_8h.md | 49 | typedef struct [OH_Drawing_PathEffect](_drawing.md#oh_drawing_patheffect) [OH_Drawing_PathEffect…
|
H A D | drawing__pen_8h.md | 59 …setpatheffect) ([OH_Drawing_Pen](_drawing.md#oh_drawing_pen) \*, [OH_Drawing_PathEffect](_drawing.…
|
H A D | _drawing.md | 163 | 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 D | patheffect_fuzzer.cpp | 51 … OH_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 D | drawing_path_effect_test.cpp | 51 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 D | dashing.cpp | 41 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 D | test_base.h | 120 OH_Drawing_PathEffect* stylePathEffect_ = nullptr;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpen_fuzzer/ |
H A D | pen_fuzzer.cpp | 190 … OH_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 D | path_test.cpp | 170 OH_Drawing_PathEffect* pathEffect = in OnTestPerformance()
|