Searched refs:cosPointOutside (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.cpp | 1004 double cosPointOutside = std::cos(radAngle + radAdditionalAngle) * (radius - halfThickness); in PaintWhole() local 1029 …lfThickness, halfThickness, 0.0f, RSPathDirection::CW_DIRECTION, centerPt.GetX() + cosPointOutside, in PaintWhole() 1100 double cosPointOutside = std::cos(radArc) * (radius - halfThickness); in PaintEndHalf() local 1126 …lfThickness, halfThickness, 0.0f, RSPathDirection::CW_DIRECTION, centerPt.GetX() - cosPointOutside, in PaintEndHalf()
|