Searched refs:m_adjustedSpaceWidth (Results 1 – 2 of 2) sorted by relevance
110 m_adjustedSpaceWidth = 0; in platformGlyphInit()129 m_adjustedSpaceWidth = m_treatAsFixedPitch ? ceilf(width) : roundf(width); in platformGlyphInit()
122 float adjustedSpaceWidth() const { return m_adjustedSpaceWidth; } in adjustedSpaceWidth()211 float m_adjustedSpaceWidth; variable