Searched refs:m_boundsRect (Results 1 – 2 of 2) sorted by relevance
61 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()
81 BRect m_boundsRect; variable