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

/haiku-fatelf/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp79 BRect hsBounds = b; local
80 hsBounds.left--;
81 hsBounds.top = hsBounds.bottom + 1;
82 hsBounds.right++;
83 hsBounds.bottom = hsBounds.top + B_H_SCROLL_BAR_HEIGHT + 1;
85 hsBounds,
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp131 BRect hsBounds = rvBounds; local
132 hsBounds.left = rvBounds.left + 199;
133 hsBounds.top = hsBounds.bottom + 1;
134 hsBounds.right++;
135 hsBounds.bottom = b.bottom + 1;
137 m_hScrollBar = new BScrollBar(hsBounds, "hScrollBar", m_routingView,
153 svBounds.right = hsBounds.left - 1;

Completed in 79 milliseconds