Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.cpp229 case PointType::HEAD: { in UpdatePointToSerial()
239 case PointType::TOP: { in UpdatePointToSerial()
249 case PointType::BOTTOM: { in UpdatePointToSerial()
270 if (!UpdatePointToSerial(dataserial, PointType::TOP)) { in UpdatePoints()
774 RecordOptionsSeriesPoint(jSeriesVal, PointType::TOP); in RecordOptionsSeries()
805 case PointType::HEAD: { in RecordOptionsSeriesPoint()
809 case PointType::TOP: { in RecordOptionsSeriesPoint()
813 case PointType::BOTTOM: { in RecordOptionsSeriesPoint()
845 case PointType::HEAD: { in SetOptionsInfo()
853 case PointType::TOP: { in SetOptionsInfo()
[all …]
H A Dchart_component.h33 enum class PointType : uint8_t { HEAD, TOP, BOTTOM }; enum
84 bool UpdatePointToSerial(UIChartDataSerial *dataserial, PointType type);
92 void SetOptionsInfo(jerry_value_t jSeriesVal, PointType type, char* styleName);
109 void RecordOptionsSeriesPoint(jerry_value_t jSeriesVal, PointType type);