Searched refs:TempFontHeight (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4793 font_height TempFontHeight; local
4812 be_plain_font->GetHeight (&TempFontHeight);
4814 TempFontHeight.ascent + TempFontHeight.descent + TempFontHeight.leading);
7159 font_height TempFontHeight; local
7163 m_TextFont.GetHeight (&TempFontHeight);
7166 m_LineHeight = ceilf (TempFontHeight.ascent +
7167 TempFontHeight.descent + TempFontHeight
[all...]

Completed in 47 milliseconds