Searched refs:m_bodyRect (Results 1 – 2 of 2) sorted by relevance
419 BRect r = m_bodyRect; in arrangeIOJacks()495 minWidth += m_bodyRect.Width(); in arrangeIOJacks()873 m_bodyRect = Frame(); in _prepareLabel()874 m_bodyRect.OffsetTo(0.0, 0.0); in _prepareLabel()875 m_bodyRect.top = m_labelRect.bottom; in _prepareLabel()880 m_bodyRect = Frame(); in _prepareLabel()881 m_bodyRect.OffsetTo(0.0, 0.0); in _prepareLabel()882 m_bodyRect.right = m_labelRect.left; in _prepareLabel()948 p.x = m_bodyRect.left + m_bodyRect.Width() / 2.0 - B_LARGE_ICON / 2.0; in _drawInto()949 p.y = m_labelRect.bottom + m_bodyRect.Height() / 2.0 - B_LARGE_ICON / 2.0; in _drawInto()[all …]
193 BRect m_bodyRect; variable