Home
last modified time | relevance | path

Searched refs:m_fontHeight (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/cortex/TipManager/
H A DTipView.cpp119 p.y += (m_fontHeight.ascent + m_fontHeight.descent + m_fontHeight.leading); in Draw()
176 m_font.GetHeight(&m_fontHeight); in _initFont()
187 m_offset.y += m_fontHeight.ascent; in _updateLayout()
233 float height = m_fontHeight.ascent + m_fontHeight.descent; in _textHeight()
236 (m_fontHeight.ascent + m_fontHeight.descent + m_fontHeight.leading); in _textHeight()
H A DTipView.h86 font_height m_fontHeight; variable
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.cpp118 r.top += (frame.Height() / 2.0) - (m_fontHeight.ascent / 2.0); in DrawItem()
120 r.bottom = r.top + m_fontHeight.ascent + m_fontHeight.descent; in DrawItem()
136 BPoint labelOffset(r.left + 1.0, r.bottom - m_fontHeight.descent); in DrawItem()
150 owner->GetFontHeight(&m_fontHeight); in Update()
151 float newHeight = m_fontHeight.ascent + m_fontHeight.descent + m_fontHeight.leading; in Update()
245 r.top += (m_frame.Height() / 2.0) - (m_fontHeight.ascent / 2.0); in getDragBitmap()
247 r.bottom = r.top + m_fontHeight.ascent + m_fontHeight.descent; in getDragBitmap()
248 BPoint labelOffset(r.left + 1.0, r.bottom - m_fontHeight.descent); in getDragBitmap()
H A DDormantNodeListItem.h129 font_height m_fontHeight; variable
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp313 return m_fontHeight.ascent + m_fontHeight.descent + m_fontHeight.leading; in prefHeight()
324 m_font->GetHeight(&m_fontHeight); in fontChanged()
H A DValControlDigitSegment.h129 font_height m_fontHeight; variable