Searched refs:allowTabs (Results 1 – 4 of 4) sorted by relevance
91 if (UNLIKELY(character == '\t' && m_run.allowTabs())) in characterWidth()153 if (treatAsSpace && (charData.character != '\t' || !m_run.allowTabs()) in adjustSpacing()
164 …&& !run.allowTabs(); // If we allow tabs and a tab occurs inside a word, the width of the word var… in width()
189 bool allowTabs() const { return m_allowTabs; } in allowTabs() function
539 if (ch == '\t' && m_run.allowTabs()) { in adjustGlyphsAndAdvances()581 …if (treatAsSpace && (ch != '\t' || !m_run.allowTabs()) && (characterIndex > 0 || r > 0) && m_font.… in adjustGlyphsAndAdvances()