Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.cpp1005 double sinPointStart = std::sin(radAdditionalAngle) * radius; in PaintWhole() local
1024 …path.ArcTo(centerPt.GetX() + cosPointStart - halfThickness, centerPt.GetY() + sinPointStart - half… in PaintWhole()
1025 … centerPt.GetX() + cosPointStart + halfThickness, centerPt.GetY() + sinPointStart + halfThickness, in PaintWhole()