Lines Matching refs:m_labelRect
150 BRect labelRect = m_labelRect.OffsetByCopy(Frame().LeftTop()); in detachedFromDiagram()
222 BRect labelRect = m_labelRect.OffsetByCopy(Frame().LeftTop()); in MouseOver()
405 minHeight += m_labelRect.Height(); in arrangeIOJacks()
509 float center = Frame().left + m_labelRect.left + (m_labelRect.Width() / 2.0); in arrangeIOJacks()
838 m_labelRect = Frame(); in _prepareLabel()
839 m_labelRect.OffsetTo(0.0, 0.0); in _prepareLabel()
840 m_labelRect.bottom = 2 * M_LABEL_V_MARGIN + (fh.ascent + fh.descent + fh.leading) + 1.0; in _prepareLabel()
845 m_labelRect = Frame(); in _prepareLabel()
846 m_labelRect.OffsetTo(0.0, 0.0); in _prepareLabel()
847 m_labelRect.left = M_BODY_H_MARGIN + B_MINI_ICON; in _prepareLabel()
848 m_labelRect.top += MediaJack::M_DEFAULT_HEIGHT; in _prepareLabel()
849 m_labelRect.bottom -= MediaJack::M_DEFAULT_HEIGHT; in _prepareLabel()
856 float maxWidth = m_labelRect.Width() - (2.0 * M_LABEL_H_MARGIN) - 2.0; in _prepareLabel()
865 m_labelOffset.x = m_labelRect.left + m_labelRect.Width() / 2.0 - fw / 2.0; in _prepareLabel()
866 m_labelOffset.y = m_labelRect.bottom - M_LABEL_V_MARGIN - fh.descent - (fh.leading / 2.0) - 1.0; in _prepareLabel()
875 m_bodyRect.top = m_labelRect.bottom; in _prepareLabel()
882 m_bodyRect.right = m_labelRect.left; in _prepareLabel()
949 p.y = m_labelRect.bottom + m_bodyRect.Height() / 2.0 - B_LARGE_ICON / 2.0; in _drawInto()
957 r = m_labelRect; in _drawInto()
1010 r = m_labelRect; in _drawInto()