Searched refs:GetStartAngle (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/triangle/ |
H A D | rosen_render_triangle.cpp | 50 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 D | gauge_composed_element.cpp | 27 { "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 D | gauge_composed_element.h | 37 std::string GetStartAngle() const;
|
/foundation/arkui/ace_engine/frameworks/core/components/arc/ |
H A D | render_arc.cpp | 68 startAngle_ = arcComponent->GetStartAngle(); in Update() 95 double RenderArc::GetStartAngle() const in GetStartAngle() function in OHOS::Ace::RenderArc
|
H A D | render_arc.h | 38 double GetStartAngle() const;
|
H A D | arc_component.h | 110 double GetStartAngle() const in GetStartAngle() function in OHOS::Ace::ArcComponent
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_circle_progress_unit_test.cpp | 137 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 D | arc_tdd_test.cpp | 585 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 D | arc.h | 51 double GetStartAngle() const in GetStartAngle() function in OHOS::Ace::Arc
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_circle_progress.h | 152 * @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 D | gauge_modifier.cpp | 198 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