Home
last modified time | relevance | path

Searched refs:SQUARE_CAP (Results 1 - 25 of 25) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dshape_painter.cpp42 } else if (static_cast<int>(shapePaintProperty.SQUARE_CAP) == lineCap) { in SetPen()
43 pen.SetCapStyle(RSPen::CapStyle::SQUARE_CAP); in SetPen()
H A Ddrawing_prop_convertor.cpp53 capStyle = RSPen::CapStyle::SQUARE_CAP; in ToRSCapStyle()
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_drawing_convertor.cpp39 capStyle = RSPen::CapStyle::SQUARE_CAP; in ToRSCapStyle()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_pen.h32 SQUARE_CAP, member in OHOS::Ace::Testing::TestingPen::CapStyle
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_paint_test.cpp125 pen.SetCapStyle(Pen::CapStyle::SQUARE_CAP); in HWTEST_F()
192 paint2.SetCapStyle(Pen::CapStyle::SQUARE_CAP); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/divider/
H A Drosen_render_divider.cpp67 pen.SetCapStyle(RSPen::CapStyle::SQUARE_CAP); in Paint()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpen.h41 SQUARE_CAP, member in OHOS::Rosen::Drawing::Pen::JoinStyle::CapStyle
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_pen.cpp79 case Pen::CapStyle::SQUARE_CAP: in CapCastToCCap()
99 cap = Pen::CapStyle::SQUARE_CAP; in CCapCastToCap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_painter.cpp64 pen.SetCapStyle(RSPen::CapStyle::SQUARE_CAP); in SetPen()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_paint_property.h41 static constexpr int SQUARE_CAP = 2; member in OHOS::Ace::NG::ShapePaintProperty
/foundation/arkui/ace_engine/test/unittest/core/render/
H A Dshape_painter_test_ng.cpp160 case RSPen::CapStyle::SQUARE_CAP: in HWTEST_F()
H A Ddrawing_prop_convertor_test_ng.cpp166 * @tc.expected: the return retCapStyle is the same as RSPen::CapStyle::SQUARE_CAP. in HWTEST_F()
180 EXPECT_EQ(retCapStyle, RSPen::CapStyle::SQUARE_CAP); in HWTEST_F()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_math_stroke.h38 SQUARE_CAP, enumerator
110 if (lineCap_ == SQUARE_CAP) { in CalcCap()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H A Djs_pen.cpp444 case Pen::CapStyle::SQUARE_CAP: in CapCastToTsCap()
445 tsCap = 1; // 1: CapStyle::SQUARE_CAP in CapCastToTsCap()
463 case 1: // 1: CapStyle::SQUARE_CAP in TsCapCastToCap()
464 cap = Pen::CapStyle::SQUARE_CAP; in TsCapCastToCap()
492 GET_ENUM_PARAM(ARGC_ZERO, capStyle, 0, static_cast<int32_t>(Pen::CapStyle::SQUARE_CAP)); in SetCapStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsk_painter.cpp166 pen.SetCapStyle(RSPen::CapStyle::SQUARE_CAP); in SetPen()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp630 paint_->SetLineCap(LineCap::SQUARE_CAP); in HWTEST_F()
631 EXPECT_EQ(paint_->GetLineCap(), LineCap::SQUARE_CAP); in HWTEST_F()
654 paint_->SetLineCap(LineCap::SQUARE_CAP); in HWTEST_F()
655 EXPECT_EQ(paint_->GetLineCap(), LineCap::SQUARE_CAP); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_arc_track.cpp212 pen.SetCapStyle(RSPen::CapStyle::SQUARE_CAP); in DrawIndicator()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.cpp351 strokePen_.SetCapStyle(RSPen::CapStyle::SQUARE_CAP); in UpdateStrokeStyle()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpen_test.cpp164 pen.SetCapStyle(Pen::CapStyle::SQUARE_CAP); in TestPenCapStyle()
H A Dpath_test.cpp241 pen.SetCapStyle(Pen::CapStyle::SQUARE_CAP); in TestAddRect()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp289 pen.SetCapStyle(RSPen::CapStyle::SQUARE_CAP); in SetStrokeStyle()
/foundation/arkui/ui_lite/test/uitest/test_canvas/
H A Dui_test_canvas.cpp1047 paint.SetLineCap(LineCap::SQUARE_CAP); in RM009LineCapDrawPath()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp394 { LineCapStyle::SQUARE, RSPen::CapStyle::SQUARE_CAP }, in GetStrokePaint()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp1482 { LineCapStyle::SQUARE, RSPen::CapStyle::SQUARE_CAP }, in GetStrokePaint()
H A Drosen_render_custom_paint.cpp313 { LineCapStyle::SQUARE, RSPen::CapStyle::SQUARE_CAP }, in GetStrokePaint()

Completed in 29 milliseconds