Home
last modified time | relevance | path

Searched refs:GetStartAngle (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H A Drosen_render_triangle.cpp50 arc1.GetStartAngle() * RADIAN_TO_DEGREE, arc1.GetSweepAngle() * RADIAN_TO_DEGREE, false); in Paint()
53 arc2.GetStartAngle() * RADIAN_TO_DEGREE, arc2.GetSweepAngle() * RADIAN_TO_DEGREE, false); in Paint()
56 arc3.GetStartAngle() * RADIAN_TO_DEGREE, arc3.GetSweepAngle() * RADIAN_TO_DEGREE, false); in Paint()
70 arc1.GetStartAngle() * RADIAN_TO_DEGREE, arc1.GetSweepAngle() * RADIAN_TO_DEGREE); in Paint()
73 arc2.GetStartAngle() * RADIAN_TO_DEGREE, arc2.GetSweepAngle() * RADIAN_TO_DEGREE); in Paint()
76 arc3.GetStartAngle() * RADIAN_TO_DEGREE, arc3.GetSweepAngle() * RADIAN_TO_DEGREE); in Paint()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp27 { "startAngle", [](const GaugeComposedElement& inspector) { return inspector.GetStartAngle(); } },
40 DumpLog::GetInstance().AddDesc(std::string("startAngle: ").append(GetStartAngle())); in Dump()
82 std::string GaugeComposedElement::GetStartAngle() const in GetStartAngle() function in OHOS::Ace::V2::GaugeComposedElement
H A Dgauge_composed_element.h37 std::string GetStartAngle() const;
/foundation/arkui/ace_engine/frameworks/core/components/arc/
H A Drender_arc.cpp68 startAngle_ = arcComponent->GetStartAngle(); in Update()
95 double RenderArc::GetStartAngle() const in GetStartAngle() function in OHOS::Ace::RenderArc
H A Drender_arc.h38 double GetStartAngle() const;
H A Darc_component.h110 double GetStartAngle() const in GetStartAngle() function in OHOS::Ace::ArcComponent
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_circle_progress_unit_test.cpp137 EXPECT_EQ(circleProgress_->GetStartAngle(), MIN_ANGLE_VALUE); in HWTEST_F()
139 EXPECT_EQ(circleProgress_->GetStartAngle(), startAngle); in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/arc/
H A Darc_tdd_test.cpp585 EXPECT_EQ(circleView->GetStartAngle(), 0); in ComponentProgressStyleSetTest008()
596 EXPECT_TRUE(circleView->GetStartAngle() == startAngle); in ComponentProgressStyleSetTest008()
607 EXPECT_TRUE(circleView->GetStartAngle() == startAngle); in ComponentProgressStyleSetTest008()
617 EXPECT_EQ(circleView->GetStartAngle(), 0); in ComponentProgressStyleSetTest008()
667 EXPECT_TRUE(circleView->GetStartAngle() == startAngleNormal); in ComponentProgressStyleSetTest009()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Darc.h51 double GetStartAngle() const in GetStartAngle() function in OHOS::Ace::Arc
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_circle_progress.h152 * @see GetStartAngle | SetEndAngle
166 int16_t GetStartAngle() const in GetStartAngle() function in OHOS::UICircleProgress
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_modifier.cpp198 if (paintProperty->GetStartAngle().has_value() in PaintCircularAndIndicator()
199 && !std::isnan(paintProperty->GetStartAngle().value())) { in PaintCircularAndIndicator()
200 startAngle = paintProperty->GetStartAngle().value(); in PaintCircularAndIndicator()

Completed in 7 milliseconds