Searched refs:LINE_ROUND_CAP (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | dashing.cpp | 231 for (auto cap : { LINE_ROUND_CAP, LINE_SQUARE_CAP }) { in DashingNum() 307 OH_Drawing_PenSetCap(pen, LINE_ROUND_CAP); in DashingThree() 324 OH_Drawing_PenSetCap(pen, LINE_ROUND_CAP); in DashingThree()
|
H A D | points_mask_filter.cpp | 61 OH_Drawing_PenLineCapStyle::LINE_ROUND_CAP }; in OnTestFunction()
|
H A D | points.cpp | 70 OH_Drawing_PenSetCap(pen2, LINE_ROUND_CAP); in OnTestFunction()
|
H A D | circular_arcs.cpp | 61 for (auto cap : { LINE_ROUND_CAP, LINE_FLAT_CAP, LINE_SQUARE_CAP }) { in OnTestFunction()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_pen.cpp | 83 cCap = LINE_ROUND_CAP; in CapCastToCCap() 101 case LINE_ROUND_CAP: in CCapCastToCap() 241 if (cCap < LINE_FLAT_CAP || cCap > LINE_ROUND_CAP) { in OH_Drawing_PenSetCap()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_pen.h | 217 LINE_ROUND_CAP enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_pen_test.cpp | 145 OH_Drawing_PenSetCap(pen5, OH_Drawing_PenLineCapStyle::LINE_ROUND_CAP); 146 EXPECT_EQ(OH_Drawing_PenGetCap(pen5), OH_Drawing_PenLineCapStyle::LINE_ROUND_CAP); 201 OH_Drawing_PenSetCap(pen9, OH_Drawing_PenLineCapStyle::LINE_ROUND_CAP);
|
/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 | 32 …ing.md#oh_drawing_penlinecapstyle) { LINE_FLAT_CAP, LINE_SQUARE_CAP, LINE_ROUND_CAP } | 枚举集合定义了画笔笔…
|
H A D | _drawing.md | 211 …le](#oh_drawing_penlinecapstyle-1) { LINE_FLAT_CAP, LINE_SQUARE_CAP, LINE_ROUND_CAP } | 枚举集合定义了画笔笔… 2637 | LINE_ROUND_CAP | 笔帽的样式为圆弧,线条的头尾端点处多出一个半圆弧,半圆的直径与线段厚度一致 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__pen_8h.md | 32 …ing.md#oh_drawing_penlinecapstyle) { LINE_FLAT_CAP, LINE_SQUARE_CAP, LINE_ROUND_CAP } | Enumerates…
|
H A D | _drawing.md | 211 …le](#oh_drawing_penlinecapstyle-1) { LINE_FLAT_CAP, LINE_SQUARE_CAP, LINE_ROUND_CAP } | Enumerates… 2637 | LINE_ROUND_CAP | Round cap style. Both ends have a semicircle centered, the diameter of which is …
|