Searched refs:LINE_SQUARE_CAP (Results 1 – 11 of 11) 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() 251 OH_Drawing_PenSetCap(pen, LINE_SQUARE_CAP); in DashingTow() 316 OH_Drawing_PenSetCap(pen, LINE_SQUARE_CAP); in DashingThree()
|
H A D | points_mask_filter.cpp | 60 const OH_Drawing_PenLineCapStyle caps[] = { OH_Drawing_PenLineCapStyle::LINE_SQUARE_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/include/ |
H A D | drawing_pen.h | 212 LINE_SQUARE_CAP, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_pen.cpp | 80 cCap = LINE_SQUARE_CAP; in CapCastToCCap() 98 case LINE_SQUARE_CAP: in CCapCastToCap()
|
/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); 142 EXPECT_EQ(OH_Drawing_PenGetCap(pen5), OH_Drawing_PenLineCapStyle::LINE_SQUARE_CAP);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__pen_8h.md | 32 …neCapStyle](_drawing.md#oh_drawing_penlinecapstyle) { LINE_FLAT_CAP, LINE_SQUARE_CAP, LINE_ROUND_C…
|
H A D | _drawing.md | 211 | [OH_Drawing_PenLineCapStyle](#oh_drawing_penlinecapstyle-1) { LINE_FLAT_CAP, LINE_SQUARE_CAP, LIN… 2636 | LINE_SQUARE_CAP | 笔帽的样式为方框,线条的头尾端点处多出一个方框,方框宽度和线段一样宽,高度时线段厚度的一半 |
|
/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 | 32 …neCapStyle](_drawing.md#oh_drawing_penlinecapstyle) { LINE_FLAT_CAP, LINE_SQUARE_CAP, LINE_ROUND_C…
|
H A D | _drawing.md | 211 | [OH_Drawing_PenLineCapStyle](#oh_drawing_penlinecapstyle-1) { LINE_FLAT_CAP, LINE_SQUARE_CAP, LIN… 2636 | LINE_SQUARE_CAP | Square cap style. Both ends have a square, the height of which is half of the w…
|