Searched refs:PointType (Results 1 – 2 of 2) sorted by relevance
229 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 …]
33 enum class PointType : uint8_t { HEAD, TOP, BOTTOM }; enum84 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);