Home
last modified time | relevance | path

Searched refs:GetSolidWidth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Drosen_render_chart.cpp571 …SkRRect::MakeRectXY(SkRect::MakeXYWH(0.0, -0.5 * thickness, segmentInfo.GetSolidWidth(), thickness… in PaintLineEdge()
574 segmentInfo.GetSolidWidth(), 5.0f, SkPath1DPathEffect::kMorph_Style)); in PaintLineEdge()
607 …RSRoundRect(RSRect(0.0, -0.5 * thickness, segmentInfo.GetSolidWidth(), thickness - 0.5 * thickness… in PaintLineEdge()
610 …subPath, segmentInfo.GetSpaceWidth() + segmentInfo.GetSolidWidth(), 5.0f, RSPathDashStyle::MORPH)); in PaintLineEdge()
H A Dchart_component.h120 double GetSolidWidth() const in GetSolidWidth() function