Home
last modified time | relevance | path

Searched refs:SetStartAngle (Results 1 - 24 of 24) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H A Drender_triangle.cpp41 outArc1_.SetStartAngle(startAngle); in Calculate()
50 outArc2_.SetStartAngle(startAngle); in Calculate()
59 outArc3_.SetStartAngle(startAngle); in Calculate()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcircle_progress_component.cpp108 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 Dcircle_progress_component.h49 void SetStartAngle(const AppStyleItem *style);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_model_ng.h38 void SetStartAngle(float startAngle) override;
60 static void SetStartAngle(FrameNode* frameNode, float value);
H A Dgauge_model.h34 virtual void SetStartAngle(float startAngle) = 0;
H A Dgauge_model_ng.cpp41 void GaugeModelNG::SetStartAngle(float startAngle) in SetStartAngle() function in OHOS::Ace::NG::GaugeModelNG
146 void GaugeModelNG::SetStartAngle(FrameNode* frameNode, float value) in SetStartAngle() function in OHOS::Ace::NG::GaugeModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gauge.h29 static void SetStartAngle(const JSCallbackInfo& info);
H A Djs_gauge.cpp64 JSClass<JSGauge>::StaticMethod("startAngle", &JSGauge::SetStartAngle); in JSBind()
123 void JSGauge::SetStartAngle(const JSCallbackInfo& info) in SetStartAngle() function in OHOS::OHOS::Ace::Framework::JSGauge
129 GaugeModel::GetInstance()->SetStartAngle(startAngle); in SetStartAngle()
/foundation/arkui/ace_engine/frameworks/core/components/arc/
H A Drender_arc.h48 void SetStartAngle(double startAngle);
H A Drender_arc.cpp128 void RenderArc::SetStartAngle(double startAngle) in SetStartAngle() function in OHOS::Ace::RenderArc
H A Darc_component.h115 void SetStartAngle(double startAngle) in SetStartAngle() function in OHOS::Ace::ArcComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgauge_model_impl.h27 void SetStartAngle(float startAngle) override;
H A Dgauge_model_impl.cpp47 void GaugeModelImpl::SetStartAngle(float startAngle) in SetStartAngle() function in OHOS::Ace::Framework::GaugeModelImpl
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Darc.h56 void SetStartAngle(double angle) in SetStartAngle() function in OHOS::Ace::Arc
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_circle_progress.h156 void SetStartAngle(int16_t startAngle);
162 * @see SetStartAngle
182 * @see GetEndAngle | SetStartAngle
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_circle_progress.cpp378 circleProgress_->SetStartAngle(startAngle); in OnClick()
435 circleProgress_->SetStartAngle(startAngle); in OnClick()
438 circleProgress_->SetStartAngle(startAngle); in OnClick()
449 circleProgress_->SetStartAngle(startAngle); in OnClick()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgauge_modifier.cpp43 GaugeModelNG::SetStartAngle(frameNode, value); in SetGaugeStartAngle()
50 GaugeModelNG::SetStartAngle(frameNode, DEFAULT_START_ANGLE); in ResetGaugeStartAngle()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_circle_progress_unit_test.cpp138 circleProgress_->SetStartAngle(startAngle); in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_circle_progress.cpp38 void UICircleProgress::SetStartAngle(int16_t startAngle) in SetStartAngle() function in OHOS::UICircleProgress
/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_test_ng.cpp193 * @tc.desc: Test Gauge SetValue SetStartAngle SetEndAngle SetStrokeWidth SetColors
203 model.SetStartAngle(START_ANGLE); in HWTEST_F()
627 model.SetStartAngle(METHOD_START_ANGLE); in HWTEST_F()
663 model.SetStartAngle(METHOD_START_ANGLE); in HWTEST_F()
691 model.SetStartAngle(METHOD_START_ANGLE); in HWTEST_F()
719 model.SetStartAngle(METHOD_START_ANGLE); in HWTEST_F()
747 model.SetStartAngle(METHOD_START_ANGLE); in HWTEST_F()
779 model.SetStartAngle(METHOD_START_ANGLE); in HWTEST_F()
819 model.SetStartAngle(ZERO); in HWTEST_F()
934 model.SetStartAngle(NA in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gauge_ffi.cpp90 GaugeModel::GetInstance()->SetStartAngle(startAngle); in FfiOHOSAceFrameworkGaugeSetStartAngle()
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_component.cpp131 arcItem->SetStartAngle(startPosition_); in BuildArcItem()
H A Drender_indexer_circle.cpp62 arc_->SetStartAngle(arcHeadPosition_); in PerformLayout()
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H A Dui_test_dump_dom.cpp476 circleProgress->SetStartAngle(0); in UIKitTestDumpDom006()

Completed in 20 milliseconds