/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/triangle/ |
H A D | render_triangle.cpp | 41 outArc1_.SetStartAngle(startAngle); in Calculate() 50 outArc2_.SetStartAngle(startAngle); in Calculate() 59 outArc3_.SetStartAngle(startAngle); in Calculate()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | circle_progress_component.cpp | 108 progressView_.SetStartAngle(startAngle_); in SetAngles() 112 void CircleProgressComponent::SetStartAngle(const AppStyleItem *style) in SetStartAngle() function in OHOS::ACELite::CircleProgressComponent 177 SetStartAngle(style); in SetArcProgressStyle()
|
H A D | circle_progress_component.h | 49 void SetStartAngle(const AppStyleItem *style);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_model_ng.h | 38 void SetStartAngle(float startAngle) override; 60 static void SetStartAngle(FrameNode* frameNode, float value);
|
H A D | gauge_model_ng.cpp | 45 void GaugeModelNG::SetStartAngle(float startAngle) in SetStartAngle() function in OHOS::Ace::NG::GaugeModelNG 150 void GaugeModelNG::SetStartAngle(FrameNode* frameNode, float value) in SetStartAngle() function in OHOS::Ace::NG::GaugeModelNG
|
H A D | gauge_model.h | 34 virtual void SetStartAngle(float startAngle) = 0;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_progress_bar/ |
H A D | ui_test_circle_progress.cpp | 378 circleProgress_->SetStartAngle(startAngle); in OnClick() 435 circleProgress_->SetStartAngle(startAngle); in OnClick() 438 circleProgress_->SetStartAngle(startAngle); in OnClick() 449 circleProgress_->SetStartAngle(startAngle); in OnClick()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/arc/ |
H A D | render_arc.h | 48 void SetStartAngle(double startAngle);
|
H A D | arc_component.h | 115 void SetStartAngle(double startAngle) in SetStartAngle() function
|
H A D | render_arc.cpp | 128 void RenderArc::SetStartAngle(double startAngle) in SetStartAngle() function in OHOS::Ace::RenderArc
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_gauge.h | 29 static void SetStartAngle(const JSCallbackInfo& info);
|
H A D | js_gauge.cpp | 64 JSClass<JSGauge>::StaticMethod("startAngle", &JSGauge::SetStartAngle); in JSBind() 123 void JSGauge::SetStartAngle(const JSCallbackInfo& info) in SetStartAngle() function in OHOS::Ace::Framework::JSGauge 129 GaugeModel::GetInstance()->SetStartAngle(startAngle); in SetStartAngle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | gauge_model_impl.h | 27 void SetStartAngle(float startAngle) override;
|
H A D | gauge_model_impl.cpp | 48 void GaugeModelImpl::SetStartAngle(float startAngle) in SetStartAngle() function in OHOS::Ace::Framework::GaugeModelImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | arc.h | 56 void SetStartAngle(double angle) in SetStartAngle() function
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_circle_progress.h | 156 void SetStartAngle(int16_t startAngle);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | gauge_modifier.cpp | 45 GaugeModelNG::SetStartAngle(frameNode, value); in SetGaugeStartAngle() 52 GaugeModelNG::SetStartAngle(frameNode, DEFAULT_START_ANGLE); in ResetGaugeStartAngle()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/ |
H A D | gauge_test_ng.cpp | 203 model.SetStartAngle(START_ANGLE); in __anon035cb6070202() 627 model.SetStartAngle(METHOD_START_ANGLE); in __anon035cb6070602() 663 model.SetStartAngle(METHOD_START_ANGLE); in __anon035cb6070702() 691 model.SetStartAngle(METHOD_START_ANGLE); in __anon035cb6070802() 719 model.SetStartAngle(METHOD_START_ANGLE); in __anon035cb6070902() 747 model.SetStartAngle(METHOD_START_ANGLE); in __anon035cb6070a02() 779 model.SetStartAngle(METHOD_START_ANGLE); in __anon035cb6070b02() 819 model.SetStartAngle(ZERO); in __anon035cb6070c02() 934 model.SetStartAngle(NAN); in __anon035cb6070f02() 1019 model.SetStartAngle(START_ANGLE); in __anon035cb6071102() [all …]
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_circle_progress.cpp | 38 void UICircleProgress::SetStartAngle(int16_t startAngle) in SetStartAngle() function in OHOS::UICircleProgress
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_circle_progress_unit_test.cpp | 138 circleProgress_->SetStartAngle(startAngle);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_gauge_ffi.cpp | 93 GaugeModel::GetInstance()->SetStartAngle(startAngle); in FfiOHOSAceFrameworkGaugeSetStartAngle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_component.cpp | 131 arcItem->SetStartAngle(startPosition_); in BuildArcItem()
|
H A D | render_indexer_circle.cpp | 62 arc_->SetStartAngle(arcHeadPosition_); in PerformLayout()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/ |
H A D | ui_test_dump_dom.cpp | 476 circleProgress->SetStartAngle(0); in UIKitTestDumpDom006()
|