Searched refs:scrollBy (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/interface/
H A DTextView.cpp2156 BPoint scrollBy(B_ORIGIN);
2160 scrollBy.x = point.x - bounds.right;
2162 scrollBy.x = point.x - bounds.left;
2165 if (scrollBy.x != 0.0) {
2167 if (bounds.right + scrollBy.x > rightMax)
2168 scrollBy.x = rightMax - bounds.right;
2170 if (bounds.left + scrollBy.x < leftMin)
2171 scrollBy.x = leftMin - bounds.left;
2178 scrollBy.y = point.y - bounds.top - fLayoutData->topInset;
2181 scrollBy
[all...]
/haiku/src/apps/terminal/
H A DTermView.cpp2405 float scrollBy = linesScrolled * fFontHeight; local
2407 BRect sourceRect(destRect.OffsetByCopy(0, scrollBy));
/haiku/src/kits/tracker/
H A DPoseView.cpp3481 float scrollBy = 0; local
3484 scrollBy, true, &index);
5729 float scrollBy = 0; local
5731 bounds, scrollBy, true);
5919 float scrollBy = 0; local
5922 scrollBy, true);

Completed in 130 milliseconds