Searched refs:minScrollPosition (Results 1 – 1 of 1) sorted by relevance
311 IntPoint minScrollPosition = minimumScrollPosition(); in overhangAmount() local314 if (currentScrollPosition.x() < minScrollPosition.x()) in overhangAmount()315 stretch.setWidth(currentScrollPosition.x() - minScrollPosition.x()); in overhangAmount()319 if (currentScrollPosition.y() < minScrollPosition.y()) in overhangAmount()320 stretch.setHeight(currentScrollPosition.y() - minScrollPosition.y()); in overhangAmount()