Searched refs:OH_Drawing_PenSetCap (Results 1 – 16 of 16) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | dashing.cpp | 235 OH_Drawing_PenSetCap(pen, cap); in DashingNum() 251 OH_Drawing_PenSetCap(pen, LINE_SQUARE_CAP); in DashingTow() 307 OH_Drawing_PenSetCap(pen, LINE_ROUND_CAP); in DashingThree() 316 OH_Drawing_PenSetCap(pen, LINE_SQUARE_CAP); in DashingThree() 324 OH_Drawing_PenSetCap(pen, LINE_ROUND_CAP); in DashingThree()
|
H A D | points_mask_filter.cpp | 68 OH_Drawing_PenSetCap(pen, cap); in OnTestFunction()
|
H A D | points.cpp | 70 OH_Drawing_PenSetCap(pen2, LINE_ROUND_CAP); in OnTestFunction()
|
H A D | circular_arcs.cpp | 64 OH_Drawing_PenSetCap(pen, cap); in OnTestFunction()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_pen_test.cpp | 141 OH_Drawing_PenSetCap(pen5, OH_Drawing_PenLineCapStyle::LINE_SQUARE_CAP); 143 OH_Drawing_PenSetCap(pen5, OH_Drawing_PenLineCapStyle::LINE_FLAT_CAP); 145 OH_Drawing_PenSetCap(pen5, OH_Drawing_PenLineCapStyle::LINE_ROUND_CAP); 201 OH_Drawing_PenSetCap(pen9, OH_Drawing_PenLineCapStyle::LINE_ROUND_CAP); 467 OH_Drawing_PenSetCap(nullptr, OH_Drawing_PenLineCapStyle::LINE_FLAT_CAP);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpen_fuzzer/ |
H A D | pen_fuzzer.cpp | 102 OH_Drawing_PenSetCap(nullptr, static_cast<OH_Drawing_PenLineCapStyle>(enum_1 % PATH_THREE)); in PenFuzzTest001() 103 OH_Drawing_PenSetCap(pen, static_cast<OH_Drawing_PenLineCapStyle>(enum_1 % PATH_THREE)); in PenFuzzTest001()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_pen.h | 240 void OH_Drawing_PenSetCap(OH_Drawing_Pen*, OH_Drawing_PenLineCapStyle);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_c_sample.cpp | 116 OH_Drawing_PenSetCap(cPen, LINE_ROUND_CAP); in TestDrawPathPro()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__pen_8h.md | 54 | void [OH_Drawing_PenSetCap](_drawing.md#oh_drawing_pensetcap) ([OH_Drawing_Pen](_drawing.md#oh_dr…
|
H A D | _drawing.md | 477 | void [OH_Drawing_PenSetCap](#oh_drawing_pensetcap) ([OH_Drawing_Pen](#oh_drawing_pen) \*, [OH_Dra… 11467 ### OH_Drawing_PenSetCap() 11470 void OH_Drawing_PenSetCap (OH_Drawing_Pen* , OH_Drawing_PenLineCapStyle )
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_pen.cpp | 239 void OH_Drawing_PenSetCap(OH_Drawing_Pen* cPen, OH_Drawing_PenLineCapStyle cCap) in OH_Drawing_PenSetCap() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/ |
H A D | drawing_fuzzer.cpp | 389 OH_Drawing_PenSetCap(pen, OH_Drawing_PenLineCapStyle::LINE_SQUARE_CAP); in NativeDrawingPenTest()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__pen_8h.md | 54 | void [OH_Drawing_PenSetCap](_drawing.md#oh_drawing_pensetcap) ([OH_Drawing_Pen](_drawing.md#oh_dr…
|
H A D | _drawing.md | 477 | void [OH_Drawing_PenSetCap](#oh_drawing_pensetcap) ([OH_Drawing_Pen](#oh_drawing_pen) \*, [OH_Dra… 11512 ### OH_Drawing_PenSetCap() 11515 void OH_Drawing_PenSetCap (OH_Drawing_Pen* , OH_Drawing_PenLineCapStyle )
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 82 | 图形-drawing |void OH_Drawing_PenSetCap(OH_Drawing_Pen*, OH_Drawing_PenLineCapStyle)|新增|函数用于设置画笔…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 82 | Graphics - drawing |void OH_Drawing_PenSetCap(OH_Drawing_Pen*, OH_Drawing_PenLineCapStyle)|Adde…
|