Searched refs:horizontalGlyphStretch (Results 1 – 2 of 2) sorted by relevance
97 if (UNLIKELY(m_run.horizontalGlyphStretch() != 1)) in characterWidth()98 width *= m_run.horizontalGlyphStretch(); in characterWidth()
186 float horizontalGlyphStretch() const { return m_horizontalGlyphStretch; } in horizontalGlyphStretch() function