Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h103 enum class LineType { enum
140 LineType GetLineType() const in GetLineType()
145 void SetLineType(LineType type) in SetLineType()
176 LineType type_ = LineType::SOLID;
H A Drosen_render_chart.cpp568 if (segmentInfo.GetLineType() == LineType::DASHED) { in PaintLineEdge()
604 if (segmentInfo.GetLineType() == LineType::DASHED) { in PaintLineEdge()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_chart_bridge.cpp295 segmentInfo.SetLineType(dash[0] == "dashed" ? LineType::DASHED : LineType::SOLID); in ParseTextInfoAndSegmentInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp317 segmentInfo.SetLineType(dash[0] == "dashed" ? LineType::DASHED : LineType::SOLID); in ParseLineDash()