Home | History | Annotate | Download | only in platform

Lines Matching refs:horizontalOffset

368     int horizontalOffset = offset.x();
371 horizontalOffset = max(min(horizontalOffset, contentsWidth() - visibleWidth()), 0);
376 newOffset.setWidth(horizontalOffset - m_scrollOrigin.x());