Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/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);
/ohos5.0/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_ng.cpp45 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 Dgauge_model.h34 virtual void SetStartAngle(float startAngle) = 0;
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/arc/
H A Drender_arc.h48 void SetStartAngle(double startAngle);
H A Darc_component.h115 void SetStartAngle(double startAngle) in SetStartAngle() function
H A Drender_arc.cpp128 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 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::Ace::Framework::JSGauge
129 GaugeModel::GetInstance()->SetStartAngle(startAngle); in SetStartAngle()
/ohos5.0/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.cpp48 void GaugeModelImpl::SetStartAngle(float startAngle) in SetStartAngle() function in OHOS::Ace::Framework::GaugeModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Darc.h56 void SetStartAngle(double angle) in SetStartAngle() function
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_circle_progress.h156 void SetStartAngle(int16_t startAngle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgauge_modifier.cpp45 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 Dgauge_test_ng.cpp203 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 Dui_circle_progress.cpp38 void UICircleProgress::SetStartAngle(int16_t startAngle) in SetStartAngle() function in OHOS::UICircleProgress
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_circle_progress_unit_test.cpp138 circleProgress_->SetStartAngle(startAngle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gauge_ffi.cpp93 GaugeModel::GetInstance()->SetStartAngle(startAngle); in FfiOHOSAceFrameworkGaugeSetStartAngle()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H A Dui_test_dump_dom.cpp476 circleProgress->SetStartAngle(0); in UIKitTestDumpDom006()