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

/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp61 m_boundsRect(Bounds()),
132 if(height > m_boundsRect.Height()) {
134 m_boundsRect.left, m_boundsRect.bottom, m_boundsRect.right, m_boundsRect.top+height));
137 if(width > m_boundsRect.Width()) {
139 m_boundsRect.right, m_boundsRect.top, m_boundsRect
[all...]
H A DParameterContainerView.h81 BRect m_boundsRect; member in class:ParameterContainerView

Completed in 62 milliseconds