Home
last modified time | relevance | path

Searched refs:OH_Drawing_PathOpMode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_path.h116 } OH_Drawing_PathOpMode; typedef
658 bool OH_Drawing_PathOp(OH_Drawing_Path* path, const OH_Drawing_Path* srcPath, OH_Drawing_PathOpMode
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__path_8h.md27 | typedef enum [OH_Drawing_PathOpMode](_drawing.md#oh_drawing_pathopmode) [OH_Drawing_PathOpMode](…
38 | [OH_Drawing_PathOpMode](_drawing.md#oh_drawing_pathopmode) {<br/>PATH_OP_MODE_DIFFERENCE, PATH_OP…
83 …h, const [OH_Drawing_Path](_drawing.md#oh_drawing_path) \*other, [OH_Drawing_PathOpMode](_drawing.…
H A D_drawing.md97 | typedef enum [OH_Drawing_PathOpMode](#oh_drawing_pathopmode) [OH_Drawing_PathOpMode](#oh_drawing…
197 | [OH_Drawing_PathOpMode](#oh_drawing_pathopmode-1) {<br/>PATH_OP_MODE_DIFFERENCE, PATH_OP_MODE_INT…
457 …path) \*path, const [OH_Drawing_Path](#oh_drawing_path) \*other, [OH_Drawing_PathOpMode](#oh_drawi…
876 ### OH_Drawing_PathOpMode subsection
879 typedef enum OH_Drawing_PathOpMode OH_Drawing_PathOpMode
2151 ### OH_Drawing_PathOpMode subsection
2154 enum OH_Drawing_PathOpMode
4252 bool OH_Drawing_PathOp (OH_Drawing_Path* path, const OH_Drawing_Path* other, OH_Drawing_PathOpMode
4275 | op | 路径操作枚举类型,支持可选的具体模式可见[OH_Drawing_PathOpMode](#oh_drawing_pathopmode)枚举。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__path_8h.md27 | typedef enum [OH_Drawing_PathOpMode](_drawing.md#oh_drawing_pathopmode) [OH_Drawing_PathOpMode](…
38 | [OH_Drawing_PathOpMode](_drawing.md#oh_drawing_pathopmode) {<br>PATH_OP_MODE_DIFFERENCE, PATH_OP_…
83 …h, const [OH_Drawing_Path](_drawing.md#oh_drawing_path) \*other, [OH_Drawing_PathOpMode](_drawing.…
H A D_drawing.md97 | typedef enum [OH_Drawing_PathOpMode](#oh_drawing_pathopmode) [OH_Drawing_PathOpMode](#oh_drawing…
197 | [OH_Drawing_PathOpMode](#oh_drawing_pathopmode-1) {<br>PATH_OP_MODE_DIFFERENCE, PATH_OP_MODE_INTE…
457 …path) \*path, const [OH_Drawing_Path](#oh_drawing_path) \*other, [OH_Drawing_PathOpMode](#oh_drawi…
876 ### OH_Drawing_PathOpMode subsection
879 typedef enum OH_Drawing_PathOpMode OH_Drawing_PathOpMode
2151 ### OH_Drawing_PathOpMode subsection
2154 enum OH_Drawing_PathOpMode
4297 bool OH_Drawing_PathOp (OH_Drawing_Path* path, const OH_Drawing_Path* other, OH_Drawing_PathOpMode
4320 …n mode of the path. For details about the available options, see [OH_Drawing_PathOpMode](#oh_drawi…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/
H A Dpath_fuzzer.cpp442 …OH_Drawing_PathOp(nullptr, srcPath, static_cast<OH_Drawing_PathOpMode>(pathOpMode % PATH_OP_MODE_E… in NativeDrawingPathTest009()
443 …OH_Drawing_PathOp(path, srcPath, static_cast<OH_Drawing_PathOpMode>(pathOpMode % PATH_OP_MODE_ENUM… in NativeDrawingPathTest009()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp560 bool OH_Drawing_PathOp(OH_Drawing_Path* cPath, const OH_Drawing_Path* src, OH_Drawing_PathOpMode op) in OH_Drawing_PathOp()