Searched refs:m_adjustedSpaceWidth (Results 1 – 3 of 3) sorted by relevance
94 m_adjustedSpaceWidth = roundf(m_spaceWidth); in SimpleFontData()135 m_adjustedSpaceWidth = 0; in platformGlyphInit()149 m_adjustedSpaceWidth = m_treatAsFixedPitch ? ceilf(width) : roundf(width); in platformGlyphInit()
81 float adjustedSpaceWidth() const { return m_adjustedSpaceWidth; } in adjustedSpaceWidth()192 float m_adjustedSpaceWidth; variable
56 m_adjustedSpaceWidth = m_spaceWidth; in platformGlyphInit()