Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.h141 return targetColor_; in GetTargetColor()
146 targetColor_ = targetColor; in SetTargetColor()
161 Color targetColor_ = Color::TRANSPARENT; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h506 return targetColor_; in GetTargetColor()
511 targetColor_ = targetColor; in SetTargetColor()
573 Color targetColor_ = Color::TRANSPARENT; variable
H A Drosen_render_chart.h138 Color targetColor_; variable
H A Drosen_render_chart.cpp471 targetColor_ = line.GetTargetColor(); in PaintLinearGraph()
584 SkColor colors[2] = { segmentInfo.GetSegmentColor().GetValue(), targetColor_.GetValue() }; in PaintLineEdge()
620 …std::vector<RSColorQuad> colors = { segmentInfo.GetSegmentColor().GetValue(), targetColor_.GetValu… in PaintLineEdge()