Searched refs:m_treatAsFixedPitch (Results 1 – 5 of 5) sorted by relevance
46 , m_treatAsFixedPitch(false) in SimpleFontData()68 , m_treatAsFixedPitch(false) in SimpleFontData()129 m_adjustedSpaceWidth = m_treatAsFixedPitch ? ceilf(width) : roundf(width); in platformGlyphInit()
144 Pitch pitch() const { return m_treatAsFixedPitch ? FixedPitch : VariablePitch; } in pitch()203 bool m_treatAsFixedPitch; variable
130 m_treatAsFixedPitch = platformData().isFixedPitch(); in determinePitch()
215 m_treatAsFixedPitch = platformData().isFixedPitch(); in determinePitch()
364 m_treatAsFixedPitch = ([f isFixedPitch] || [f _isFakeFixedPitch] ||