Home
last modified time | relevance | path

Searched refs:GetSegmentColor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Drosen_render_chart.cpp567 paint.setColor(segmentInfo.GetSegmentColor().GetValue()); in PaintLineEdge()
584 SkColor colors[2] = { segmentInfo.GetSegmentColor().GetValue(), targetColor_.GetValue() }; in PaintLineEdge()
590 SkColor colors[2] = { segmentInfo.GetSegmentColor().ChangeAlpha(0).GetValue(), in PaintLineEdge()
591 segmentInfo.GetSegmentColor().GetValue() }; in PaintLineEdge()
603 pen.SetColor(segmentInfo.GetSegmentColor().GetValue()); in PaintLineEdge()
620 …std::vector<RSColorQuad> colors = { segmentInfo.GetSegmentColor().GetValue(), targetColor_.GetValu… in PaintLineEdge()
628 std::vector<RSColorQuad> colors = { segmentInfo.GetSegmentColor().ChangeAlpha(0).GetValue(), in PaintLineEdge()
629 segmentInfo.GetSegmentColor().GetValue() }; in PaintLineEdge()
H A Dchart_component.h115 const Color& GetSegmentColor() const in GetSegmentColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp284 if (segment.GetSegmentColor() == Color::TRANSPARENT) { in SetChart()