Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A 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
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_box_progress.cpp242 int16_t progressWidth; in DrawBackground() local
255 int16_t progressWidth; in DrawForeground() local
H A Dui_slider.cpp188 int16_t progressWidth; in DrawForeground() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.cpp1458 double progressWidth = in PaintCapsule() local
1549 double progressWidth = in PaintVerticalCapsule() local
1769 double progressWidth = (value_->Get() / maxValue_->Get()) * frameSize.Width(); in PaintCapsuleForApiNine() local
1805 double progressWidth = (value_->Get() / maxValue_->Get()) * frameSize.Height(); in PaintVerticalCapsuleForApiNine() local