Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp61 m_boundsRect(Bounds()), in ParameterContainerView()
132 if(height > m_boundsRect.Height()) { in FrameResized()
134 m_boundsRect.left, m_boundsRect.bottom, m_boundsRect.right, m_boundsRect.top+height)); in FrameResized()
137 if(width > m_boundsRect.Width()) { in FrameResized()
139 m_boundsRect.right, m_boundsRect.top, m_boundsRect.left+width, m_boundsRect.bottom)); in FrameResized()
142 m_boundsRect = Bounds(); in FrameResized()
H A DParameterContainerView.h81 BRect m_boundsRect; variable