Searched refs:roundedMaximum (Results 1 – 1 of 1) sorted by relevance
1110 int roundedMaximum; in SetupSlider() local1136 roundedMaximum = (max / increment) * increment; in SetupSlider()1137 if (roundedMaximum < max) { roundedMaximum += increment; } in SetupSlider()1141 if (roundedValue > roundedMaximum) { roundedValue = roundedMaximum; } in SetupSlider()1143 if (roundedMinimum == roundedMaximum) { in SetupSlider()1158 (LPARAM) (roundedMaximum - roundedMinimum) / increment ); in SetupSlider()1168 new_info->max = roundedMaximum; in SetupSlider()