Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqabstractslider.cpp697 static inline int clampScrollStep(qreal x) function
713 stepsToScroll = qBound(-pageStep, clampScrollStep(offset * pageStep), pageStep);
731 stepsToScroll = qBound(-pageStep, clampScrollStep(offset_accumulated), pageStep);
736 stepsToScroll = clampScrollStep(offset_accumulated);
738 offset_accumulated -= clampScrollStep(offset_accumulated);