Home
last modified time | relevance | path

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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp7348 float HeightPixels; in Draw() local
7464 HeightPixels = ceilf (HeightProportion * m_TextHeight); in Draw()
7471 TempRect.top = ceilf (Y + m_TextHeight / 2 - HeightPixels / 2); in Draw()
7472 TempRect.bottom = TempRect.top + HeightPixels; in Draw()