Searched refs:halfThickness (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.cpp | 1027 path.ArcTo(centerPt.GetX() - radius - halfThickness, centerPt.GetY() - radius - halfThickness, in PaintWhole() 1031 path.ArcTo(centerPt.GetX() - radius + halfThickness, centerPt.GetY() - radius + halfThickness, in PaintWhole() 1072 beginPath.ArcTo(centerPt.GetX() + radius - halfThickness, centerPt.GetY() - halfThickness, in PaintBeginHalf() 1203 path.ArcTo(centerPt.GetX() - halfThickness, centerPt.GetY() - radius - halfThickness, in PaintRingSweeping() 1204 centerPt.GetX() + halfThickness, centerPt.GetY() - radius + halfThickness, in PaintRingSweeping() 1208 centerPt.GetX() + radius + halfThickness, centerPt.GetY() + radius + halfThickness, in PaintRingSweeping() 1212 centerPt.GetX() + radius - halfThickness, centerPt.GetY() + radius - halfThickness, in PaintRingSweeping() 1238 path.ArcTo(halfThickness, halfThickness, 0.0f, RSPathDirection::CW_DIRECTION, in PaintRingSweeping() 1248 centerPt.GetX() + radius + halfThickness, centerPt.GetY() + radius + halfThickness, in PaintRingSweeping() 1250 path.ArcTo(halfThickness, halfThickness, 0.0f, RSPathDirection::CW_DIRECTION, in PaintRingSweeping() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | rosen_render_chart.cpp | 247 double halfThickness = NormalizeToPx(point.GetPointStrokeWidth()) / 2; in PaintPoint() local 248 double innerRadius = pointSize / 2 - halfThickness; in PaintPoint() 299 double halfThickness = NormalizeToPx(point.GetPointStrokeWidth()) / 2; in PaintPoint() local 300 double innerRadius = pointSize / 2 - halfThickness; in PaintPoint()
|