Home | History | Annotate | Download | only in mac

Lines Matching refs:maxPos

698     IntPoint maxPos = m_scrollableArea->maximumScrollPosition();
700 float newX = max<float>(min<float>(position.x(), maxPos.x()), minPos.x());
701 float newY = max<float>(min<float>(position.y(), maxPos.y()), minPos.y());