Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Drosen_render_chart.cpp230 paint.setStrokeWidth(NormalizeToPx(point.GetPointStrokeWidth())); in SetEdgeStyle()
236 pen.SetWidth(NormalizeToPx(point.GetPointStrokeWidth())); in SetEdgeStyle()
247 double halfThickness = NormalizeToPx(point.GetPointStrokeWidth()) / 2; in PaintPoint()
299 double halfThickness = NormalizeToPx(point.GetPointStrokeWidth()) / 2; in PaintPoint()
H A Dchart_component.h263 const Dimension& GetPointStrokeWidth() const in GetPointStrokeWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp229 pointInfo.SetPointStrokeWidth(getPointInfo.GetPointStrokeWidth()); in SetPoint()