Home | History | Annotate | Download | only in html

Lines Matching defs:defaultStep

290     double defaultStep = m_inputType->defaultStep();
292 if (!isfinite(defaultStep) || !isfinite(stepScaleFactor))
296 *step = defaultStep * stepScaleFactor;
306 *step = defaultStep * stepScaleFactor;
311 *step = defaultStep * stepScaleFactor;