Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h188 PointShape GetPointShape() const in GetPointShape() function
H A Drosen_render_chart.cpp250 switch (point.GetPointShape()) { in PaintPoint()
302 switch (point.GetPointShape()) { in PaintPoint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp231 pointInfo.SetPointShape(getPointInfo.GetPointShape()); in SetPoint()