Home
last modified time | relevance | path

Searched refs:SetStartDegree (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgauge_model_impl.cpp55 gaugeComponent->GetTrack()->GetTrackInfo()->SetStartDegree(startAngle); in SetStartAngle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.h334 void SetStartDegree(double startDegree) in SetStartDegree() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Dtrack_component.h45 void SetStartDegree(double startDegree) in SetStartDegree() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp331 progressChild_->GetTrack()->GetTrackInfo()->SetStartDegree(startAngle_.first); in PrepareSpecializedComponent()
380 percentageDataPanel->SetStartDegree(startAngle_.second ? startAngle_.first : 0.0); in PrepareSpecializedComponent()
H A Ddom_progress.cpp242 progressChild_->GetTrack()->GetTrackInfo()->SetStartDegree(startDegree_); in PrepareSpecializedComponent()