Searched refs:HeightPixels (Results 1 – 1 of 1) sorted by relevance
7348 float HeightPixels; in Draw() local7464 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()