Home
last modified time | relevance | path

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 Ddashing.cpp231 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 Dpoints_mask_filter.cpp61 OH_Drawing_PenLineCapStyle::LINE_ROUND_CAP }; in OnTestFunction()
H A Dpoints.cpp70 OH_Drawing_PenSetCap(pen2, LINE_ROUND_CAP); in OnTestFunction()
H A Dcircular_arcs.cpp61 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 Ddrawing_pen.cpp83 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 Ddrawing_pen.h217 LINE_ROUND_CAP enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_pen_test.cpp145 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 Ddrawing_c_sample.cpp116 OH_Drawing_PenSetCap(cPen, LINE_ROUND_CAP); in TestDrawPathPro()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__pen_8h.md32 …ing.md#oh_drawing_penlinecapstyle) { LINE_FLAT_CAP, LINE_SQUARE_CAP, LINE_ROUND_CAP } | 枚举集合定义了画笔笔…
H A D_drawing.md211 …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 Ddrawing__pen_8h.md32 …ing.md#oh_drawing_penlinecapstyle) { LINE_FLAT_CAP, LINE_SQUARE_CAP, LINE_ROUND_CAP } | Enumerates…
H A D_drawing.md211 …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 …