Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds