Searched refs:rightMax (Results 1 - 1 of 1) sorted by path

/haiku/src/kits/interface/
H A DTextView.cpp2166 float rightMax = fTextRect.right + fLayoutData->rightInset; local
2167 if (bounds.right + scrollBy.x > rightMax)
2168 scrollBy.x = rightMax - bounds.right;

Completed in 97 milliseconds