Searched refs:m_spaceWidth (Results 1 – 7 of 7) sorted by relevance
124 return m_spaceWidth; in spaceWidth()128 m_spaceWidth = spaceWidth; in setSpaceWidth()402 int m_spaceWidth; variable
88 , m_spaceWidth(0) in UniscribeHelper()778 if (m_spaceWidth == 0) in adjustSpaceAdvances()781 int spaceWidthWithoutLetterSpacing = m_spaceWidth - m_letterSpacing; in adjustSpaceAdvances()
106 m_spaceWidth = spaceGlyphs.isEmpty() ? xHeight : spaceGlyphs.first().horizontalAdvanceX * scale; in SimpleFontData()110 …m_avgCharWidth = numeralZeroGlyphs.isEmpty() ? m_spaceWidth : numeralZeroGlyphs.first().horizontal… in SimpleFontData()153 m_spaceWidth = 0; in platformGlyphInit()168 m_spaceWidth = width; in platformGlyphInit()
116 float spaceWidth() const { return m_spaceWidth; } in spaceWidth()229 float m_spaceWidth; variable
73 m_spaceWidth = static_cast<float>(text_extents.x_advance); in platformInit()154 float w = (float)m_spaceWidth; in platformWidthForGlyph()
71 m_spaceWidth = static_cast<float>(text_extents.x_advance); in platformInit()156 float width = (float)m_spaceWidth; in platformWidthForGlyph()
74 m_spaceWidth = fm.width(QLatin1Char(' ')); in platformInit()