Lines Matching refs:fLargeStep
214 fLargeStep(10.0f), in BScrollBar()
243 fLargeStep(10.0f), in BScrollBar()
279 if (data->FindFloat("_steps", 1, &fLargeStep) < B_OK) in BScrollBar()
280 fLargeStep = 10.0f; in BScrollBar()
341 err = data->AddFloat("_steps", fLargeStep); in Archive()
619 = (modifiers() & B_SHIFT_KEY) != 0 ? fLargeStep : fSmallStep; in MouseDown()
643 scrollValue = -fLargeStep; in MouseDown()
645 scrollValue = fLargeStep; in MouseDown()
648 scrollValue = -fLargeStep; in MouseDown()
650 scrollValue = fLargeStep; in MouseDown()
878 if (fSmallStep == smallStep && fLargeStep == largeStep) in SetSteps()
885 fLargeStep = largeStep; in SetSteps()
906 *largeStep = fLargeStep; in GetSteps()
1219 proportion = fLargeStep / (2 * (fMax - fMin)); in _UpdateThumbFrame()