Home
last modified time | relevance | path

Searched refs:ANGLE_180 (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.cpp26 constexpr int32_t ANGLE_180 = 180; member
517 return asinf((strokeWidth / 2) / (radius - strokeWidth / 2 - shadowBlurOffset)) * ANGLE_180 / PI_NUM; in CalcRingProgressAdditionalAngle()
994 double radAngle = angle / ANGLE_180 * PI_NUM; in PaintWhole()
995 double radAdditionalAngle = additionalAngle / ANGLE_180 * PI_NUM; in PaintWhole()
1019 ANGLE_180 + additionalAngle, ANGLE_180); in PaintWhole()
1066 centerPt.GetX() + radius + halfThickness, centerPt.GetY() + halfThickness, ANGLE_180, ANGLE_180); in PaintBeginHalf()
1068 centerPt.GetX() + radius + halfThickness, centerPt.GetY() + radius + halfThickness, 0, ANGLE_180); in PaintBeginHalf()
1071 centerPt.GetX() + radius - halfThickness, centerPt.GetY() + radius - halfThickness, ANGLE_180, in PaintBeginHalf()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmoon_progress_modifier.cpp27 constexpr int32_t ANGLE_180 = 180; member
200 ANGLE_90, ANGLE_180); in CalculateSquareMoonPath()
207 ANGLE_270, -ANGLE_180); in CalculateSquareMoonPath()
214 ANGLE_270, ANGLE_180); in CalculateSquareMoonPath()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp27 constexpr int32_t ANGLE_180 = 180; member
641 case ANGLE_180: in CalculatePointerEvent()
695 if (udegree == ANGLE_180) { in CalculateWindowCoordinate()

Completed in 5 milliseconds