Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp225 if (!getPointInfo.GetStrokeColorString().empty()) { in SetPoint()
226 getPointInfo.SetStrokeColor(ParseColor(getPointInfo.GetStrokeColorString())); in SetPoint()
254 if (!pointInfo.GetStrokeColorString().empty()) { in SetChart()
255 pointInfo.SetStrokeColor(ParseColor(pointInfo.GetStrokeColorString())); in SetChart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h273 std::string GetStrokeColorString() const in GetStrokeColorString() function