Home
last modified time | relevance | path

Searched refs:SetPoint (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_line.cpp83 SetPoint(pointArray, startPoint); in SetStart()
94 SetPoint(pointArray, endPoint); in SetEnd()
98 void JSLine::SetPoint(const JSRef<JSArray>& array, ShapePoint& point) in SetPoint() function in OHOS::Ace::Framework::JSLine
H A Djs_line.h32 static void SetPoint(const JSRef<JSArray>& array, ShapePoint& point);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp219 void DOMChart::SetPoint(PointInfo& pointInfo, PointInfo getPointInfo) in SetPoint() function in OHOS::Ace::Framework::DOMChart
307 SetPoint(headPoint, chartOptions_.GetHeadPoint()); in SetChart()
311 SetPoint(topPoint, chartOptions_.GetTopPoint()); in SetChart()
314 SetPoint(bottomPoint, chartOptions_.GetBottomPoint()); in SetChart()
H A Ddom_chart.h187 void SetPoint(PointInfo& pointInfo, PointInfo getPointInfo);