Searched refs:OH_Drawing_PenSetPathEffect (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_path_effect_test.cpp | 52 OH_Drawing_PenSetPathEffect(nullptr, pathEffect); 54 OH_Drawing_PenSetPathEffect(pen, pathEffect);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpen_fuzzer/ |
H A D | pen_fuzzer.cpp | 191 OH_Drawing_PenSetPathEffect(nullptr, PathEffect); in PenFuzzTest003() 192 OH_Drawing_PenSetPathEffect(pen, nullptr); in PenFuzzTest003() 193 OH_Drawing_PenSetPathEffect(pen, PathEffect); in PenFuzzTest003()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_pen.h | 314 void OH_Drawing_PenSetPathEffect(OH_Drawing_Pen*, OH_Drawing_PathEffect*);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | dashing.cpp | 42 OH_Drawing_PenSetPathEffect(pen, effect); in drawline() 196 OH_Drawing_PenSetPathEffect(pen, dasheffect); in OnTestFunction()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__pen_8h.md | 59 | void [OH_Drawing_PenSetPathEffect](_drawing.md#oh_drawing_pensetpatheffect) ([OH_Drawing_Pen](_dr…
|
H A D | _drawing.md | 482 | void [OH_Drawing_PenSetPathEffect](#oh_drawing_pensetpatheffect) ([OH_Drawing_Pen](#oh_drawing_pe… 11601 ### OH_Drawing_PenSetPathEffect() 11604 void OH_Drawing_PenSetPathEffect (OH_Drawing_Pen* , OH_Drawing_PathEffect* )
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_pen.cpp | 294 void OH_Drawing_PenSetPathEffect(OH_Drawing_Pen* cPen, OH_Drawing_PathEffect* cPathEffect) in OH_Drawing_PenSetPathEffect() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__pen_8h.md | 59 | void [OH_Drawing_PenSetPathEffect](_drawing.md#oh_drawing_pensetpatheffect) ([OH_Drawing_Pen](_dr…
|
H A D | _drawing.md | 482 | void [OH_Drawing_PenSetPathEffect](#oh_drawing_pensetpatheffect) ([OH_Drawing_Pen](#oh_drawing_pe… 11646 ### OH_Drawing_PenSetPathEffect() 11649 void OH_Drawing_PenSetPathEffect (OH_Drawing_Pen* , OH_Drawing_PathEffect* )
|