Home
last modified time | relevance | path

Searched defs:progressWidth (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/track/
Drosen_render_capsule_track.cpp39 double progressWidth = canvasSize.Width(); in DrawShape() local
89 double progressWidth = progressSize.Width()*GetTotalRatio(); in DrawCapsuleProgressAnimation() local
157 double progressWidth = progressSize.Height()*GetTotalRatio(); in DrawCapsuleProgressVerticalAnimation() local
Dflutter_render_capsule_track.cpp67 double progressWidth = progressSize.Width()*GetTotalRatio(); in DrawCapsuleProgressAnimation() local
/foundation/arkui/ui_lite/frameworks/components/
Dui_box_progress.cpp242 int16_t progressWidth; in DrawBackground() local
255 int16_t progressWidth; in DrawForeground() local
Dui_slider.cpp188 int16_t progressWidth; in DrawForeground() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_modifier.cpp1249 double progressWidth = (value_->Get() / maxValue_->Get()) * totalDegree * contentSize.Width(); in PaintCapsule() local
1312 double progressWidth = (value_->Get() / maxValue_->Get()) * totalDegree * contentSize.Height(); in PaintVerticalCapsule() local
1487 double progressWidth = (value_->Get() / maxValue_->Get()) * frameSize.Width(); in PaintCapsuleForApiNine() local
1521 double progressWidth = (value_->Get() / maxValue_->Get()) * frameSize.Height(); in PaintVerticalCapsuleForApiNine() local