Home
last modified time | relevance | path

Searched refs:GetSweepDegree (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Dtrack_component.h114 double GetSweepDegree() const in GetSweepDegree() function
220 double GetSweepDegree() const in GetSweepDegree() function
222 return trackPaintData_->GetSweepDegree(); in GetSweepDegree()
H A Drender_track.cpp59 double endDegree = track->GetSweepDegree(); in Update()
79 paintData_.sweepDegree = track->GetSweepDegree(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.h211 double GetSweepDegree() const in GetSweepDegree() function
H A Ddata_panel_component.h339 double GetSweepDegree() const in GetSweepDegree() function
H A Drender_data_panel.cpp250 sweepDegree_ = dataPanelComponent->GetSweepDegree(); in Update()
H A Drosen_render_data_panel.cpp1019 arcData.wholeAngle = GetSweepDegree(); in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp99 …to endAngle = renderProgress->GetProgressComponent()->GetTrack()->GetTrackInfo()->GetSweepDegree(); in GetEndAngle()