Home
last modified time | relevance | path

Searched refs:decimal_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_label.cpp33 decimal_(0) in LabelAnimator()
55 decimal_ = 0; in UpdateWidth()
78 float floatStep = (static_cast<float>(time * speed_) / 1000) + decimal_; in Callback()
80 decimal_ = floatStep - integerStep; in Callback()
96 decimal_ = 0; in SetAnimatorSpeed()
113 float decimal_; member in OHOS::LabelAnimator
H A Dui_arc_label.cpp35 decimal_(0), in ArcLabelAnimator()
59 float floatStep = (static_cast<float>(time * speed_) / 1000) + decimal_; in Callback()
61 decimal_ = floatStep - integerStep; in Callback()
131 float decimal_; member in OHOS::ArcLabelAnimator