Searched refs:innerWidth (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp700 float innerWidth = childRect.Width(); local
712 fHScrollBar->ResizeTo(innerWidth + 2.0, B_H_SCROLL_BAR_HEIGHT);
718 fHScrollBar->ResizeTo(innerWidth + 2.0, B_H_SCROLL_BAR_HEIGHT);
726 fChild->ResizeTo(innerWidth, innerHeight);
728 SetVisibleSize(innerWidth, innerHeight);
853 float innerWidth = innerRect.Width(); local
857 if (innerWidth >= dataWidth) {
/haiku/src/kits/interface/
H A DSplitLayout.cpp560 float innerWidth = _SubtractInsets(BSize(width, 0)).width; local
561 _InternalGetHeightForWidth(innerWidth, false, min, max, preferred);

Completed in 63 milliseconds