Home
last modified time | relevance | path

Searched refs:SetEndColor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.h59 void SetEndColor(const Color& color) in SetEndColor() function
258 void SetEndColor(const Color& color) in SetEndColor() function
H A Ddata_panel_component.cpp74 segment.SetEndColor(colors[index].second); in InitalStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp361 progressDataPanel->SetEndColor(segments_[0].GetEndColor()); in PrepareSpecializedComponent()
366 progressDataPanel->SetEndColor(colorPair.second); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_chart_bridge.cpp463 segment.SetEndColor(Color::FromString(valStr)); in ParseAttrSegment()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp438 segment.SetEndColor(Color::FromString(data->GetString())); in ParseSegmentObject()