/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | shape_painter.cpp | 40 if (static_cast<int>(RSPen::CapStyle::FLAT_CAP) == lineCap) { in SetPen() 41 pen.SetCapStyle(RSPen::CapStyle::FLAT_CAP); in SetPen() 48 pen.SetCapStyle(RSPen::CapStyle::FLAT_CAP); in SetPen()
|
H A D | drawing_prop_convertor.cpp | 59 capStyle = RSPen::CapStyle::FLAT_CAP; in ToRSCapStyle()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | pen.h | 39 FLAT_CAP, member in OHOS::Rosen::Drawing::Pen::JoinStyle::CapStyle 42 DEFAULT_CAP = FLAT_CAP
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | recording_handle.h | 98 Pen::CapStyle capStyle = Pen::CapStyle::FLAT_CAP; 126 Pen::CapStyle capStyle = Pen::CapStyle::FLAT_CAP;
|
/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_drawing_convertor.cpp | 45 capStyle = RSPen::CapStyle::FLAT_CAP; in ToRSCapStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_painter.cpp | 66 pen.SetCapStyle(RSPen::CapStyle::FLAT_CAP); in SetPen() 69 pen.SetCapStyle(RSPen::CapStyle::FLAT_CAP); in SetPen()
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_pen.h | 31 FLAT_CAP, member in OHOS::Ace::Testing::TestingPen::CapStyle
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_pen.cpp | 76 case Pen::CapStyle::FLAT_CAP: in CapCastToCCap() 93 Pen::CapStyle cap = Pen::CapStyle::FLAT_CAP; in CCapCastToCap() 96 cap = Pen::CapStyle::FLAT_CAP; in CCapCastToCap()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | sk_painter.cpp | 168 pen.SetCapStyle(RSPen::CapStyle::FLAT_CAP); in SetPen() 171 pen.SetCapStyle(RSPen::CapStyle::FLAT_CAP); in SetPen()
|
/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | shape_painter_test_ng.cpp | 159 case RSPen::CapStyle::FLAT_CAP: in HWTEST_F()
|
H A D | drawing_prop_convertor_test_ng.cpp | 162 EXPECT_EQ(retCapStyle, RSPen::CapStyle::FLAT_CAP); in HWTEST_F() 175 * @tc.expected: the return retCapStyle is the same as RSPen::CapStyle::FLAT_CAP. in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | pen_test.cpp | 478 pen->SetCapStyle(Pen::CapStyle::FLAT_CAP); in HWTEST_F() 479 ASSERT_EQ(Pen::CapStyle::FLAT_CAP, pen->GetCapStyle()); in HWTEST_F() 896 pen.SetCapStyle(Pen::CapStyle::FLAT_CAP); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | pen.cpp | 27 cap_(Pen::CapStyle::FLAT_CAP),
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/ |
H A D | js_pen.cpp | 439 int32_t tsCap = 0; // 0: CapStyle::FLAT_CAP in CapCastToTsCap() 441 case Pen::CapStyle::FLAT_CAP: in CapCastToTsCap() 442 tsCap = 0; // 0: CapStyle::FLAT_CAP in CapCastToTsCap() 458 Pen::CapStyle cap = Pen::CapStyle::FLAT_CAP; in TsCapCastToCap() 460 case 0: // 0: CapStyle::FLAT_CAP in TsCapCastToCap() 461 cap = Pen::CapStyle::FLAT_CAP; in TsCapCastToCap()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_graphic.cpp | 353 strokePen_.SetCapStyle(RSPen::CapStyle::FLAT_CAP); in UpdateStrokeStyle()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | pen_test.cpp | 157 pen.SetCapStyle(Pen::CapStyle::FLAT_CAP); in TestPenCapStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
H A D | rosen_render_data_panel.cpp | 458 filterPen.SetCapStyle(RSPen::CapStyle::FLAT_CAP); in PaintProgressFilterMask() 624 filterPen.SetCapStyle(RSPen::CapStyle::FLAT_CAP);
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_svg_painter.cpp | 291 pen.SetCapStyle(RSPen::CapStyle::FLAT_CAP); in SetStrokeStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 392 { LineCapStyle::BUTT, RSPen::CapStyle::FLAT_CAP }, in GetStrokePaint() 411 state_.strokeState.GetLineCap(), skLineCapTable, ArraySize(skLineCapTable), RSPen::CapStyle::FLAT_CAP)); in GetStrokePaint()
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.cpp | 1480 { LineCapStyle::BUTT, RSPen::CapStyle::FLAT_CAP }, in GetStrokePaint() 1489 strokeState_.GetLineCap(), skLineCapTable, ArraySize(skLineCapTable), RSPen::CapStyle::FLAT_CAP)); in GetStrokePaint()
|
H A D | rosen_render_custom_paint.cpp | 311 { LineCapStyle::BUTT, RSPen::CapStyle::FLAT_CAP }, in GetStrokePaint() 320 strokeState_.GetLineCap(), skLineCapTable, ArraySize(skLineCapTable), RSPen::CapStyle::FLAT_CAP)); in GetStrokePaint()
|