Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_label.cpp79 uint16_t integerStep = static_cast<uint16_t>(floatStep); in Callback() local
80 decimal_ = floatStep - integerStep; in Callback()
83 if (integerStep != 0) { in Callback()
84 offsetX_ -= integerStep; in Callback()
H A Dui_arc_label.cpp60 uint16_t integerStep = static_cast<uint16_t>(floatStep); in Callback() local
61 decimal_ = floatStep - integerStep; in Callback()
64 if (integerStep == 0) { in Callback()