Home
last modified time | relevance | path

Searched refs:FLAT_CAP (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dshape_painter.cpp40 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 Ddrawing_prop_convertor.cpp59 capStyle = RSPen::CapStyle::FLAT_CAP; in ToRSCapStyle()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpen.h39 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 Drecording_handle.h98 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 Dmock_drawing_convertor.cpp45 capStyle = RSPen::CapStyle::FLAT_CAP; in ToRSCapStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_painter.cpp66 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 Dtesting_pen.h31 FLAT_CAP, member in OHOS::Ace::Testing::TestingPen::CapStyle
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_pen.cpp76 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 Dsk_painter.cpp168 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 Dshape_painter_test_ng.cpp159 case RSPen::CapStyle::FLAT_CAP: in HWTEST_F()
H A Ddrawing_prop_convertor_test_ng.cpp162 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 Dpen_test.cpp478 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 Dpen.cpp27 cap_(Pen::CapStyle::FLAT_CAP),
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H A Djs_pen.cpp439 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 Dsvg_graphic.cpp353 strokePen_.SetCapStyle(RSPen::CapStyle::FLAT_CAP); in UpdateStrokeStyle()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpen_test.cpp157 pen.SetCapStyle(Pen::CapStyle::FLAT_CAP); in TestPenCapStyle()
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drosen_render_data_panel.cpp458 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 Drosen_svg_painter.cpp291 pen.SetCapStyle(RSPen::CapStyle::FLAT_CAP); in SetStrokeStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp392 { 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 Drosen_render_offscreen_canvas.cpp1480 { LineCapStyle::BUTT, RSPen::CapStyle::FLAT_CAP }, in GetStrokePaint()
1489 strokeState_.GetLineCap(), skLineCapTable, ArraySize(skLineCapTable), RSPen::CapStyle::FLAT_CAP)); in GetStrokePaint()
H A Drosen_render_custom_paint.cpp311 { LineCapStyle::BUTT, RSPen::CapStyle::FLAT_CAP }, in GetStrokePaint()
320 strokeState_.GetLineCap(), skLineCapTable, ArraySize(skLineCapTable), RSPen::CapStyle::FLAT_CAP)); in GetStrokePaint()

Completed in 25 milliseconds