Home
last modified time | relevance | path

Searched refs:getPointInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp219 void DOMChart::SetPoint(PointInfo& pointInfo, PointInfo getPointInfo) in SetPoint() argument
221 if (!getPointInfo.GetFillColorString().empty()) { in SetPoint()
222 getPointInfo.SetFillColor(ParseColor(getPointInfo.GetFillColorString())); in SetPoint()
224 pointInfo.SetFillColor(getPointInfo.GetFillColor()); in SetPoint()
225 if (!getPointInfo.GetStrokeColorString().empty()) { in SetPoint()
226 getPointInfo.SetStrokeColor(ParseColor(getPointInfo.GetStrokeColorString())); in SetPoint()
228 pointInfo.SetStrokeColor(getPointInfo.GetStrokeColor()); in SetPoint()
229 pointInfo.SetPointStrokeWidth(getPointInfo in SetPoint()
[all...]
H A Ddom_chart.h187 void SetPoint(PointInfo& pointInfo, PointInfo getPointInfo);

Completed in 2 milliseconds