Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_label.cpp78 float floatStep = (static_cast<float>(time * speed_) / 1000) + decimal_; in Callback() local
79 uint16_t integerStep = static_cast<uint16_t>(floatStep); in Callback()
80 decimal_ = floatStep - integerStep; in Callback()
H A Dui_arc_label.cpp59 float floatStep = (static_cast<float>(time * speed_) / 1000) + decimal_; in Callback() local
60 uint16_t integerStep = static_cast<uint16_t>(floatStep); in Callback()
61 decimal_ = floatStep - integerStep; in Callback()