Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Dtrack_component.h109 double GetStartDegree() const in GetStartDegree() function
215 double GetStartDegree() const in GetStartDegree() function
217 return trackPaintData_->GetStartDegree(); in GetStartDegree()
H A Drender_track.cpp56 paintData_.startDegree = track->GetStartDegree(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.h206 double GetStartDegree() const in GetStartDegree() function
H A Ddata_panel_component.h329 double GetStartDegree() const in GetStartDegree() function
H A Drender_data_panel.cpp249 startDegree_ = dataPanelComponent->GetStartDegree(); in Update()
H A Drosen_render_data_panel.cpp1020 arcData.startAngle = GetStartDegree(); in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp89 … startAngle = renderProgress->GetProgressComponent()->GetTrack()->GetTrackInfo()->GetStartDegree(); in GetStartAngle()