Home
last modified time | relevance | path

Searched refs:GetLineCap (Results 1 - 22 of 22) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/depiction/
H A Ddepict_stroke.h67 LineCap GetLineCap() const in GetLineCap() function
69 return BaseType::GetGenerator().GetLineCap(); in GetLineCap()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexgenerate/
H A Dvertex_generate_stroke.h55 LineCap GetLineCap() const in GetLineCap() function in OHOS::VertexGenerateStroke
57 return stroker_.GetLineCap(); in GetLineCap()
/foundation/arkui/ace_engine/frameworks/core/components/divider/
H A Drender_divider.h47 LineCap GetLineCap() const in GetLineCap() function in OHOS::Ace::RenderDivider
H A Ddivider_component.h66 LineCap GetLineCap() const in GetLineCap() function in OHOS::Ace::DividerComponent
H A Drender_divider.cpp33 lineCap_ = divider->GetLineCap(); in Update()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_paint_method.h52 lineCap_ = dividerRenderProperty->GetLineCap().value_or(LineCap::BUTT);
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Ddivider_composed_element.cpp80 auto lineCap = renderDivider ? renderDivider->GetLineCap() : LineCap::BUTT; in GetDividerLineCap()
H A Dshape_container_composed_element.cpp164 auto style = render->GetStrokeState().GetLineCap(); in GetStrokeLineCap()
H A Dshape_composed_element.cpp207 auto style = render->GetStrokeState().GetLineCap(); in GetStrokeLineCap()
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.h162 strokeLineStyle.SetLineCap(paint.GetLineCap()); in LineStyleCalc()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h199 LineCapStyle GetLineCap() const in GetLineCap() function in OHOS::Ace::StrokeState
304 lineCap_ = strokeState.GetLineCap(); in Inherit()
H A Dpaint_state.h331 LineCapStyle GetLineCap() const in GetLineCap() function in OHOS::Ace::StrokePaintState
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h347 * @see GetLineCap
361 LineCap GetLineCap() const in GetLineCap() function in OHOS::Paint
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp261 if (strokeState.GetLineCap() == LineCapStyle::ROUND) { in SetStrokeStyle()
263 } else if (strokeState.GetLineCap() == LineCapStyle::SQUARE) { in SetStrokeStyle()
286 if (strokeState.GetLineCap() == LineCapStyle::ROUND) { in SetStrokeStyle()
288 } else if (strokeState.GetLineCap() == LineCapStyle::SQUARE) { in SetStrokeStyle()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_canvas_unit_test.cpp628 EXPECT_EQ(paint_->GetLineCap(), LineCap::BUTT_CAP); in HWTEST_F()
631 EXPECT_EQ(paint_->GetLineCap(), LineCap::SQUARE_CAP); in HWTEST_F()
634 EXPECT_EQ(paint_->GetLineCap(), LineCap::ROUND_CAP); in HWTEST_F()
649 EXPECT_EQ(paint_->GetLineCap(), LineCap::ROUND_CAP); in HWTEST_F()
652 EXPECT_EQ(paint_->GetLineCap(), LineCap::BUTT_CAP); in HWTEST_F()
655 EXPECT_EQ(paint_->GetLineCap(), LineCap::SQUARE_CAP); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.cpp348 if (strokeState.GetLineCap() == LineCapStyle::ROUND) { in UpdateStrokeStyle()
350 } else if (strokeState.GetLineCap() == LineCapStyle::SQUARE) { in UpdateStrokeStyle()
/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_testtwo_ng.cpp754 EXPECT_EQ(svgNode->GetBaseAttributes().strokeState.GetLineCap(), LineCapStyle::ROUND); in HWTEST_F()
757 EXPECT_EQ(svgNode->GetBaseAttributes().strokeState.GetLineCap(), LineCapStyle::SQUARE); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h686 strokeLineStyle.SetLineCap(paint.GetLineCap()); in LineStyleCalc()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_math_stroke.h81 LineCap GetLineCap() const in GetLineCap() function in OHOS::GeometryMathStroke
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp1458 strokeState_.GetLineCap(), skLineCapTable, ArraySize(skLineCapTable), SkPaint::Cap::kButt_Cap)); in GetStrokePaint()
1489 strokeState_.GetLineCap(), skLineCapTable, ArraySize(skLineCapTable), RSPen::CapStyle::FLAT_CAP)); in GetStrokePaint()
H A Drosen_render_custom_paint.cpp289 strokeState_.GetLineCap(), skLineCapTable, ArraySize(skLineCapTable), SkPaint::Cap::kButt_Cap)); in GetStrokePaint()
320 strokeState_.GetLineCap(), skLineCapTable, ArraySize(skLineCapTable), RSPen::CapStyle::FLAT_CAP)); in GetStrokePaint()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp411 state_.strokeState.GetLineCap(), skLineCapTable, ArraySize(skLineCapTable), RSPen::CapStyle::FLAT_CAP)); in GetStrokePaint()

Completed in 46 milliseconds