Home
last modified time | relevance | path

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 Ddashing.cpp231 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 Dpoints_mask_filter.cpp60 const OH_Drawing_PenLineCapStyle caps[] = { OH_Drawing_PenLineCapStyle::LINE_SQUARE_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/include/
H A Ddrawing_pen.h212 LINE_SQUARE_CAP, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_pen.cpp80 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 Ddrawing_pen_test.cpp141 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 Ddrawing__pen_8h.md32 …neCapStyle](_drawing.md#oh_drawing_penlinecapstyle) { LINE_FLAT_CAP, LINE_SQUARE_CAP, LINE_ROUND_C…
H A D_drawing.md211 | [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 Ddrawing_fuzzer.cpp389 OH_Drawing_PenSetCap(pen, OH_Drawing_PenLineCapStyle::LINE_SQUARE_CAP); in NativeDrawingPenTest()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__pen_8h.md32 …neCapStyle](_drawing.md#oh_drawing_penlinecapstyle) { LINE_FLAT_CAP, LINE_SQUARE_CAP, LINE_ROUND_C…
H A D_drawing.md211 | [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…