Searched refs:GetSolidWidth (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | rosen_render_chart.cpp | 571 …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 D | chart_component.h | 120 double GetSolidWidth() const in GetSolidWidth() function
|