Searched refs:integerStep (Results 1 – 2 of 2) sorted by relevance
79 uint16_t integerStep = static_cast<uint16_t>(floatStep); in Callback() local80 decimal_ = floatStep - integerStep; in Callback()83 if (integerStep != 0) { in Callback()84 offsetX_ -= integerStep; in Callback()
60 uint16_t integerStep = static_cast<uint16_t>(floatStep); in Callback() local61 decimal_ = floatStep - integerStep; in Callback()64 if (integerStep == 0) { in Callback()